@charset "utf-8";
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
@font-face {
  font-family: 'shuzi';
  src: url('fonts-M.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 74%;
  max-width: 1400px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt140 {
  padding-top: 1.4rem;
}
@media (max-width: 767px) {
  .pt140 {
    padding-top: 1.2rem;
  }
}
.pb140 {
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .pb140 {
    padding-bottom: 1.2rem;
  }
}
.font14 {
  font-size: 14px;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .font14 {
    font-size: 0.26rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font18 {
    font-size: 0.3rem;
  }
}
.font20 {
  font-size: 0.2rem;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font20 {
    font-size: 0.3rem;
  }
}
.font24 {
  font-size: 0.24rem;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font24 {
    font-size: 0.34rem;
  }
}
.font26 {
  font-size: 0.26rem;
}
@media (max-width: 1580px) {
  .font26 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .font26 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .font26 {
    font-size: 0.34rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1199px) {
  .font30 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font32 {
  font-size: 0.32rem;
}
@media (max-width: 1199px) {
  .font32 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font32 {
    font-size: 0.4rem;
  }
}
.font34 {
  font-size: 0.34rem;
}
@media (max-width: 1199px) {
  .font34 {
    font-size: 0.38rem;
  }
}
@media (max-width: 767px) {
  .font34 {
    font-size: 0.4rem;
  }
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 1199px) {
  .font36 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 0.42rem;
  }
}
.font40 {
  font-size: 0.4rem;
}
@media (max-width: 1199px) {
  .font40 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font40 {
    font-size: 0.42rem;
  }
}
.font48 {
  font-size: 0.48rem;
}
@media (max-width: 1199px) {
  .font48 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font48 {
    font-size: 0.42rem;
  }
}
.font54 {
  font-size: 0.54rem;
}
@media (max-width: 1199px) {
  .font54 {
    font-size: 0.5rem;
  }
}
@media (max-width: 767px) {
  .font54 {
    font-size: 0.44rem;
  }
}
.font60 {
  font-size: 0.6rem;
}
@media (max-width: 1199px) {
  .font60 {
    font-size: 0.54rem;
  }
}
@media (max-width: 767px) {
  .font60 {
    font-size: 0.48rem;
  }
}
.base_img {
  position: relative;
}
.base_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.base_img:before {
  content: "";
  display: block;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #222222;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #222222;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #222222;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 公共分页 */
.basepage {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.basepage a,
.basepage span,
.basepage .f_fan {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #f1f1f1;
  color: #999999;
  margin: 0 6px 10px;
  flex-shrink: 0;
  transition: all 0.4s;
  float: left;
  font-size: 16px;
  margin: 0 5px 10px;
}
@media (max-width: 1580px) {
  .basepage a,
  .basepage span,
  .basepage .f_fan {
    font-size: 14px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .basepage a,
  .basepage span,
  .basepage .f_fan {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}
.basepage .active {
  border: 1px solid #333333;
  background-color: #333333;
  color: #fff;
}
.basepage .active:hover {
  color: #fff;
}
.basepage .f_fan {
  width: 72px;
  color: #222222;
  padding: 0 10px;
  text-align: center;
}
@media (max-width: 1580px) {
  .basepage .f_fan {
    width: 68px;
  }
}
@media (max-width: 767px) {
  .basepage .f_fan {
    width: 64px;
  }
}
.basepage .f_fan::-webkit-input-placeholder {
  color: #999999;
}
.basepage .f_fan::-ms-input-placeholder {
  color: #999999;
}
.basepage .prev,
.basepage .next {
  position: relative;
  color: #999999;
}
@media (max-width: 991px) {
}
.basepage .prev svg,
.basepage .next svg {
  width: 10px;
  height: 10px;
}
.basepage .prev svg path,
.basepage .next svg path {
  transition: all 0.4s;
  fill: #999999;
}
.basepage .prev:hover,
.basepage .next:hover {
  background-color: #222222;
  border-color: #222222;
}
.basepage .prev:hover svg path,
.basepage .next:hover svg path {
  fill: #ffffff;
}
.basepage .fan {
  width: auto;
  padding: 0 15px;
}
.basepage a:hover {
  border: 1px solid #222222;
  background-color: #222222;
  color: #fff;
}
/* 面包屑 */
.breadbox .fcont {
  display: flex;
  align-items: center;
  padding: 0.36rem 0;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .breadbox .fcont {
    padding: 12px 0;
  }
}
.breadbox .fcont a,
.breadbox .fcont span {
  transition: all 0.4s;
  font-size: 16px;
  flex: 0 0 auto;
  line-height: 26px;
  color: #999999;
  zoom: 1;
}
@media (max-width: 1580px) {
  .breadbox .fcont a,
  .breadbox .fcont span {
    font-size: 14px;
    line-height: 24px;
  }
}
.breadbox .fcont a img,
.breadbox .fcont span img {
  float: left;
  width: 18px;
}
@media (max-width: 1580px) {
  .breadbox .fcont a img,
  .breadbox .fcont span img {
    width: 16px;
  }
}
.breadbox .fcont span {
  margin: 0 16px;
  display: block;
}
@media (max-width: 1580px) {
  .breadbox .fcont span {
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  .breadbox .fcont span {
    margin: 0 6px;
  }
}
.breadbox .fcont a:hover {
  color: #333333;
}
.breadbox .fcont .on {
  flex: 1 1 auto;
  color: #333333;
}
.breadbox .fcont a:last-child {
  color: #333333;
  flex: 1 1 auto;
}
@media (max-width: 991px) {
  .breadbox .fcont a:last-child {
    max-width: 36%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 375px) {
  .breadbox .fcont a:last-child {
    max-width: 30%;
  }
}
.breadbox .fcont .wofe {
  display: flex;
}
.breadbox .fcont .wofe .li {
  display: flex;
  align-items: flex-start;
  padding: 0 6px;
  border: 1px solid #4070f4;
  line-height: 24px;
  font-size: 14px;
  color: #222222;
}
.breadbox .fcont .wofe .li a {
  line-height: 1;
}
/* 文本编辑详情页 */
.make-text {
  line-height: 1.66666667;
  color: #222222;
  font-size: 18px;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
}
@media (max-width: 1580px) {
  .make-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1199px) {
  .make-text {
    line-height: 1.3;
  }
}
.make-text img {
  max-width: 100%;
  height: auto!important;
}
.make-text table td {
  border: 1px solid #ddd;
}
.make-text ul,
.make-text li,
.make-text ol {
  list-style: inherit;
}
.make-text ul {
  padding-left: 20px;
}
.make-text video {
  width: auto;
  max-width: 100%;
  height: auto!important;
}
.make-text h1,
.make-text h2,
.make-text h3,
.make-text h4,
.make-text h5,
.make-text h6 {
  font-weight: revert;
  line-height: 1.22;
  font-size: 0.24rem;
  color: #222222;
}
@media (max-width: 1580px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 0.34rem;
  }
}
@media (max-width: 767px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 16px!important;
    line-height: 1.3;
  }
}
.make-text p,
.make-text span {
  white-space: wrap!important;
  font-size: 16px;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
  color: #222222;
  min-height: 24px;
}
@media (max-width: 767px) {
  .make-text p,
  .make-text span {
    line-height: 24px;
    font-size: 16px!important;
  }
}
.bsTop {
  width: 100%!important;
}
.bsFrameDiv > div {
  height: 208px!important;
}
.bsFrameDiv img {
  margin: 16px!important;
}
/* 公共弹窗样式 */
.basealt {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 666;
  width: 100%;
  height: 100%;
}
.basealt .bag {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.basealt .cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.basealt .cont .fclose {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.5rem;
  cursor: pointer;
  height: 0.5rem;
}
@media (max-width: 767px) {
  .basealt .cont .fclose {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.basealt .cont .fclose svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.basealt .cont .fclose svg rect {
  transition: all 0.4s;
  fill: rgba(255, 255, 255, 0.2);
  stroke: #fff;
}
.basealt .cont .fclose svg path {
  fill: #ffffff;
}
.basealt .cont .fclose:hover svg rect {
  fill: #333333;
  stroke: #333333;
}
/* End */
.basemenubut {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  width: 24px;
}
.basemenubut span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.basemenubut span:last-child {
  margin-bottom: 0;
}
.basemenubut span:nth-child(2) {
  width: 80%;
}
.basemenubut2 span:nth-child(1) {
  transform: rotate(45deg);
  margin: 0;
  margin-top: 2px;
}
.basemenubut2 span:nth-child(2) {
  display: none;
}
.basemenubut2 span:nth-child(3) {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -2px;
}
/* 导航 */
.hadheight {
  display: none;
  height: 70px;
}
@media (max-width: 1580px) {
  .hadheight {
    height: 60px;
  }
}
@media (max-width: 1199px) {
  .hadheight {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .hadheight {
    height: 60px;
  }
}
.hadbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec1 {
  transition: all 0.3s linear;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hadbox-sec1 .had1 .container,
.hadbox-sec1 .had2 .container {
  max-width: 1920px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 1200px) {
  .hadbox-sec1 .had1 .container,
  .hadbox-sec1 .had2 .container {
    width: 96.45833333%;
  }
}
.hadbox-sec1 .had1 .gt,
.hadbox-sec1 .had2 .gt,
.hadbox-sec1 .had1 .lt,
.hadbox-sec1 .had2 .lt {
  display: flex;
  align-items: center;
  height: 100%;
}
.hadbox-sec1 .had1 .fz_logo,
.hadbox-sec1 .had2 .fz_logo {
  overflow: hidden;
  height: 46px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .had1 .fz_logo,
  .hadbox-sec1 .had2 .fz_logo {
    height: 42px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .had1 .fz_logo,
  .hadbox-sec1 .had2 .fz_logo {
    height: 0.8rem;
    height: 0.7rem;
  }
}
.hadbox-sec1 .had1 .fz_logo img,
.hadbox-sec1 .had2 .fz_logo img {
  height: 100%;
  float: left;
}
.hadbox-sec1 .had1 .fz_logo img:nth-child(2),
.hadbox-sec1 .had2 .fz_logo img:nth-child(2) {
  display: none;
}
.hadbox-sec1 .had1 .gt .f_lang .la_tit,
.hadbox-sec1 .had2 .gt .f_lang .la_tit {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 14px;
}
.hadbox-sec1 .had1 .gt .f_lang .la_tit i,
.hadbox-sec1 .had2 .gt .f_lang .la_tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .hadbox-sec1 .had1 .gt .f_lang .la_tit i,
  .hadbox-sec1 .had2 .gt .f_lang .la_tit i {
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0;
  }
}
.hadbox-sec1 .had1 .gt .f_lang .la_tit i svg,
.hadbox-sec1 .had2 .gt .f_lang .la_tit i svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hadbox-sec1 .had1 .gt .f_lang .la_tit i svg path,
.hadbox-sec1 .had2 .gt .f_lang .la_tit i svg path {
  opacity: 1;
  fill: #ffffff;
}
.hadbox-sec1 .had1 .gt .f_lang .la_tit span,
.hadbox-sec1 .had2 .gt .f_lang .la_tit span {
  color: #ffffff;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .hadbox-sec1 .had1 .gt .f_lang .la_tit span,
  .hadbox-sec1 .had2 .gt .f_lang .la_tit span {
    display: none;
  }
}
.hadbox-sec1 .had1 .gt .f_search,
.hadbox-sec1 .had2 .gt .f_search {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 16px;
  margin-left: 0.3rem;
}
@media (max-width: 767px) {
  .hadbox-sec1 .had1 .gt .f_search,
  .hadbox-sec1 .had2 .gt .f_search {
    width: 0.36rem;
    height: 0.36rem;
  }
}
.hadbox-sec1 .had1 .gt .f_search svg,
.hadbox-sec1 .had2 .gt .f_search svg {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.hadbox-sec1 .had1 .gt .f_search svg path,
.hadbox-sec1 .had2 .gt .f_search svg path {
  opacity: 1;
  fill: #ffffff;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .had1 .gt .f_lang,
  .hadbox-sec1 .had2 .gt .f_lang,
  .hadbox-sec1 .had1 .gt .f_search,
  .hadbox-sec1 .had2 .gt .f_search {
    display: none;
  }
}
.hadbox-sec1 .had1 {
  line-height: 70px;
  height: 70px;
  pointer-events: none;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .had1 {
    line-height: 60px;
    height: 60px;
  }
}
@media (max-width: 1199px) {
  .hadbox-sec1 .had1 {
    display: none;
  }
}
.hadbox-sec1 .had1 .fz_logo {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
.hadbox-sec1 .had1 .lt {
  color: #ffffff;
  opacity: 0.7;
  pointer-events: auto;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .had1 .lt {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .had1 .lt {
    font-size: 0.26rem;
  }
}
.hadbox-sec1 .had1 .lt .guwe {
  display: flex;
  align-items: center;
  margin-right: 0.24rem;
}
.hadbox-sec1 .had1 .gt {
  pointer-events: auto;
}
.hadbox-sec1 .had2 {
  line-height: 50px;
  height: 50px;
}
.hadbox-sec1 .had2 .container {
  justify-content: center;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .had2 .container {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .had2 {
    line-height: 60px;
    height: 60px;
  }
}
.hadbox-sec1 .had2 .lt {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 1200px) {
  .hadbox-sec1 .had2 .lt {
    display: none;
  }
}
.hadbox-sec1 .had2 .lt .fz_logo {
  margin-right: 20px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .had2 .lt .fz_logo {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .had2 .lt .fz_logo {
    margin-right: 0.36rem;
  }
}
.hadbox-sec1 .had2 .lt .font {
  color: #fff;
  opacity: 0.7;
  transition: all 0.4s;
  font-size: 14px;
  line-height: 1.42857143;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .had2 .lt .font {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .had2 .lt .font {
    font-size: 0.26rem;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .had2 .lt .font {
    font-size: 0.24rem;
  }
}
.hadbox-sec1 .had2 .f_navbox {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .had2 .f_navbox {
    display: none;
  }
}
.hadbox-sec1 .had2 .f_navbox li .tit {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  padding: 0 0.3rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .had2 .f_navbox li .tit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .had2 .f_navbox li .tit {
    font-size: 0.3rem;
  }
}
@media (max-width: 1580px) {
  .hadbox-sec1 .had2 .f_navbox li .tit {
    padding: 0 18px;
  }
}
@media (max-width: 1199px) {
  .hadbox-sec1 .had2 .f_navbox li .tit {
    padding: 0 12px;
  }
}
.hadbox-sec1 .had2 .f_navbox li .tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-left: 10px;
  font-size: 13px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .had2 .f_navbox li .tit i {
    width: 16px;
    height: 16px;
    margin-left: 6px;
    font-size: 11px;
  }
}
.hadbox-sec1 .had2 .f_navbox li .tit i img,
.hadbox-sec1 .had2 .f_navbox li .tit i svg {
  width: 100%;
  float: left;
}
.hadbox-sec1 .had2 .f_navbox li .tit i img:nth-child(2),
.hadbox-sec1 .had2 .f_navbox li .tit i svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .had2 .f_navbox li .tit i svg {
  max-width: 50%;
  max-height: 50%;
}
.hadbox-sec1 .had2 .f_navbox li .tit i svg path {
  fill: none;
  stroke: #ffffff;
}
.hadbox-sec1 .had2 .f_navbox li .tit:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  background-color: #222222;
  height: 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 2px;
  display: none;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .had2 .f_navbox li .tit:after {
    height: 2px;
  }
}
.hadbox-sec1 .had2 .f_navbox li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  text-align: center;
  border-top: 1px solid rgba(0, 0 0, 0.4);
  display: none;
}
.hadbox-sec1 .had2 .f_navbox li ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hadbox-sec1 .had2 .f_navbox li ul > li a {
  font-size: 14px;
  color: #333;
}
.hadbox-sec1 .had2 .f_navbox li ul > li a:hover {
  color: #222222;
}
.hadbox-sec1 .had2 .f_navbox li:hover .tit:after {
  width: 78%;
}
.hadbox-sec1 .had2 .f_navbox li:hover .fz_hover {
  visibility: visible;
  line-height: 80px;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .had2 .f_navbox li:hover .fz_hover {
    line-height: 50px;
    height: 50px;
  }
}
.hadbox-sec1 .had2 .f_navbox li:hover .hover1 {
  display: block;
}
.hadbox-sec1 .had2 .f_navbox li.on .tit {
  color: #222222;
}
.hadbox-sec1 .had2 .gt {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .hadbox-sec1 .had2 .gt {
    display: none;
  }
}
.hadbox-sec1 .had2 .gt .qie {
  height: 100%;
  margin-left: 0.46rem;
}
@media (min-width: 1200px) {
  .hadbox-sec1 .had2 .gt .qie {
    display: none;
  }
}
.hadbox-sec1 .had2 .gt .qie span {
  background-color: #fff;
}
.hadbox-sec2 {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
  height: 100vh;
  height: calc(100vh - 70px);
  background-color: #fff;
  display: none;
}
.hadbox-sec2 .container {
  position: relative;
}
@media (max-width: 1199px) {
  .hadbox-sec2 .container {
    height: 100%;
    padding: 0 ;
  }
}
@media (max-width: 1199px) {
}
.hadbox-sec2 .container .f_portrait {
  width: 90px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #222222;
  border-radius: 4px;
  font-size: 14px;
}
.hadbox-sec2 .container .form {
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-radius: 0.1rem;
  margin-bottom: 2.2rem;
  margin-top: 0;
}
.hadbox-sec2 .container .form .f_sub,
.hadbox-sec2 .container .form .tx {
  height: 1rem;
}
.hadbox-sec2 .container .form .int {
  display: flex;
  align-items: center;
  width: calc(100% - 2.5rem);
  padding: 0 0.45rem;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .int {
    width: calc(100% - 1.5rem);
  }
}
.hadbox-sec2 .container .form .int i {
  width: 0.38rem;
  display: block;
  overflow: hidden;
}
.hadbox-sec2 .container .form .int i img {
  float: left;
  width: 100%;
}
.hadbox-sec2 .container .form .int .tx {
  width: calc(100% - 0.38rem);
  padding: 0.2rem 0.44rem;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .int .tx {
    font-size: 0.28rem;
    padding: 0.2rem 0.3rem;
  }
}
.hadbox-sec2 .container .form .f_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  color: #fff;
  background-color: #222222;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .form .f_sub {
    width: 1.5rem;
    font-size: 0.28rem;
  }
}
.hadbox-sec2 .container .f_lang {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.hadbox-sec2 .container .f_lang .li {
  width: 4rem;
  display: flex;
  align-items: center;
  margin-right: 0.4rem;
  justify-content: space-between;
  background-color: #f5f5f5;
  border-radius: 5px;
  color: #333333;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  padding: 15px 20px;
  height: 0.8rem;
}
@media (max-width: 1580px) {
  .hadbox-sec2 .container .f_lang .li {
    padding: 12px 16px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .f_lang .li {
    padding: 10px 12px;
    margin-right: 0;
    width: calc(50% - 0.16rem);
  }
}
.hadbox-sec2 .container .f_lang .li .f_wen {
  color: #999999;
  font-size: 12px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.hadbox-sec2 .container .f_lang .li:hover {
  background-color: #333333;
  color: #ffffff;
}
.hadbox-sec2 .container .f_lang .li:hover .f_wen {
  color: #999999;
}
.hadbox-sec2 .container .navbox {
  padding: 0.4rem 0;
  line-height: 60px;
  height: 100%;
  height: auto;
  max-height: 100%;
  overflow: auto;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
.hadbox-sec2 .container .navbox > ul {
  margin-bottom: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.hadbox-sec2 .container .navbox > ul li {
  list-style: none;
}
.hadbox-sec2 .container .navbox > ul > li {
  border-bottom: 1px solid #ddd;
}
.hadbox-sec2 .container .navbox > ul > li .tit {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.hadbox-sec2 .container .navbox > ul > li .tit i {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: flex-end;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .navbox > ul > li .tit i {
    width: 100px;
    height: 30px;
  }
}
.hadbox-sec2 .container .navbox > ul > li .tit i img,
.hadbox-sec2 .container .navbox > ul > li .tit i svg {
  float: left;
  transition: all 0.4s;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .hadbox-sec2 .container .navbox > ul > li .tit i img,
  .hadbox-sec2 .container .navbox > ul > li .tit i svg {
    width: 16px;
    height: 16px;
  }
}
.hadbox-sec2 .container .navbox > ul > li .tit i img path,
.hadbox-sec2 .container .navbox > ul > li .tit i svg path {
  fill: #333;
  stroke: none;
}
.hadbox-sec2 .container .navbox > ul > li ul {
  line-height: 35px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: none;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a {
  font-size: 16px;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i {
  width: 50px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i img,
.hadbox-sec2 .container .navbox > ul > li ul > li a i svg {
  float: left;
  width: 30px;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i img path,
.hadbox-sec2 .container .navbox > ul > li ul > li a i svg path {
  fill: #666;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i:after,
.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  background-color: #999;
}
.hadbox-sec2 .container .navbox > ul > li ul > li a i:before {
  transform: rotate(90deg);
}
.hadbox-sec2 .container .navbox > ul > li ul > li.active > a i:before {
  opacity: 0;
}
.hadbox-sec2 .container .navbox > ul > li ul ul a {
  font-size: 14px;
}
.hadbox-sec2 .container .navbox > ul > li.active .tit i svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hadbox-sec2 .container .navbox > ul > li.on .tit {
  color: #222222;
}
.hadbox-sec3 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.hadbox-sec3 .f_cont {
  background-color: #ffffff;
  display: none;
  overflow: hidden;
}
.hadbox-sec3 .f_cont.active {
  display: block;
}
.hadbox-sec3 .ab_list_data {
  padding: 0.54rem 0 0;
}
.hadbox-sec3 .ab_list_data .f_jut {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
}
.hadbox-sec3 .ab_list_data .f_jut .f_item {
  padding: 0 0.3rem;
  margin-bottom: 0.54rem;
  width: 25%;
}
.hadbox-sec3 .ab_list_data .f_jut .f_item .f_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222222;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #dddddd;
}
.hadbox-sec3 .ab_list_data .f_jut .f_item .f_tit span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #222222 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.hadbox-sec3 .ab_list_data .f_jut .f_item .f_tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  transition: all 0.4s;
}
.hadbox-sec3 .ab_list_data .f_jut .f_item .f_tit i svg {
  max-width: 100%;
  height: 100%;
}
.hadbox-sec3 .ab_list_data .f_jut .f_item .f_tit i svg path {
  fill: #222222;
}
.hadbox-sec3 .ab_list_data .f_jut .f_item .f_tit:hover i {
  transform: translateX(5px);
}
.hadbox-sec3 .ab_list_data .f_jut .f_item .f_list {
  padding-top: 0.3rem;
}
.hadbox-sec3 .ab_list_data .f_jut .f_item .f_list .li {
  display: block;
  color: #222222;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  width: 100%;
  margin-bottom: 14px;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .ab_list_data .f_jut .f_item .f_list .li {
    margin-bottom: 10px;
  }
}
.hadbox-sec3 .ab_list_data .f_jut .f_item .f_list .li:last-child {
  margin-bottom: 0;
}
.hadbox-sec3 .ab_list_data .f_jut .f_item .f_list .li span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #222222 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
  position: relative;
}
.hadbox-sec3 .ab_list_data .f_jut .f_item .f_list .li span:before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.hadbox-sec3 .ab_list_data .f_jut .f_item .f_list .li:hover {
  color: #000000;
}
.hadbox-sec3 .ab_list_data .f_jut .f_item .f_list .li:hover span:before {
  display: block;
}
.hadbox-sec3 .brand_data {
  padding: 0.4rem 0;
}
.hadbox-sec3 .brand_data .container {
  max-width: 1280px;
  width: 68%;
}
.hadbox-sec3 .brand_data .f_jut_logo {
  margin: 0 -0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.hadbox-sec3 .brand_data .f_jut_logo .item {
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
  width: 25%;
}
.hadbox-sec3 .brand_data .f_jut_logo .item .img {
  display: block;
  width: 100%;
  max-width: 168px;
  opacity: 1;
  text-align: center;
  transition: all 0.4s;
}
.hadbox-sec3 .brand_data .f_jut_logo .item .img:before {
  padding-bottom: 50%;
}
.hadbox-sec3 .brand_data .f_jut_logo .item .img img {
  transition: all 0.4s;
  opacity: 0;
}
.hadbox-sec3 .brand_data .f_jut_logo .item .img img:nth-child(2) {
  opacity: 1;
}
.hadbox-sec3 .brand_data .f_jut_logo .item .img:hover {
  opacity: 1;
}
.hadbox-sec3 .brand_data .f_jut_logo .item .img:hover img {
  transform: scale(1.04);
  opacity: 1;
}
.hadbox-sec3 .brand_data .f_jut_logo .item .img:hover img:nth-child(2) {
  opacity: 0;
}
.hadbox-sec3 .notwnf_data {
  padding: 0.34rem 0 0.24rem;
}
.hadbox-sec3 .notwnf_data .nav_lsit {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.hadbox-sec3 .notwnf_data .nav_lsit .li {
  color: #222222;
  font-size: 18px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  justify-content: center;
  margin: 0 0.33rem 0.1rem;
}
@media (max-width: 1580px) {
  .hadbox-sec3 .notwnf_data .nav_lsit .li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec3 .notwnf_data .nav_lsit .li {
    font-size: 0.3rem;
  }
}
.hadbox-sec3 .notwnf_data .nav_lsit .li svg {
  width: 14px;
  margin-left: 10px;
  height: 14px;
}
.hadbox-sec3 .notwnf_data .nav_lsit .li svg path {
  fill: #222;
}
.hadbox-sec3 .notwnf_data .nav_lsit .li span {
  position: relative;
}
.hadbox-sec3 .notwnf_data .nav_lsit .li span:before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.hadbox-sec3 .notwnf_data .nav_lsit .li:hover {
  color: #000000;
}
.hadbox-sec3 .notwnf_data .nav_lsit .li:hover span:before {
  display: block;
}
.hadbox-sec3 .notwnf_data .nav_lsit .li:hover svg path {
  fill: #000000;
}
.hadbox-sec4 {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0.9rem 0 1.06rem;
  display: none;
}
.hadbox-sec4 .f_tit {
  color: #222222;
  margin-bottom: 0.24rem;
}
.hadbox-sec4 .form {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.hadbox-sec4 .form i {
  display: block;
  width: 0.3rem;
  overflow: hidden;
}
.hadbox-sec4 .form i img {
  width: 100%;
  float: left;
}
.hadbox-sec4 .form input {
  width: calc(100% - 3.1rem);
  padding: 0.16rem 0.24rem;
  font-size: 0.2rem;
  color: #333333;
}
@media (max-width: 1580px) {
  .hadbox-sec4 .form input {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec4 .form input {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec4 .form input {
    font-size: 0.3rem;
  }
}
.hadbox-sec4 .form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
.hadbox-sec4 .form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.hadbox-sec4 .form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
@media (max-width: 767px) {
  .hadbox-sec4 .form input {
    width: calc(100% - 2.6rem);
  }
}
.hadbox-sec4 .form .f_sub {
  width: 2.8rem;
  height: 0.66rem;
  background-color: #333333;
  border-radius: 5px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .hadbox-sec4 .form .f_sub {
    width: 2.3rem;
    height: 0.78rem;
  }
}
.hadbox-sec4 .form .f_sub:hover {
  text-decoration: underline;
}
.hadbox:hover:before {
  display: none;
}
.hadbox:hover .hadbox-sec1 {
  background-color: #ffffff;
  border-color: #dddddd;
}
.hadbox:hover .hadbox-sec1 .had1 .fz_logo img,
.hadbox:hover .hadbox-sec1 .had2 .fz_logo img {
  display: none;
}
.hadbox:hover .hadbox-sec1 .had1 .fz_logo img:nth-child(2),
.hadbox:hover .hadbox-sec1 .had2 .fz_logo img:nth-child(2) {
  display: block;
}
.hadbox:hover .hadbox-sec1 .had1 .gt .f_lang .la_tit i svg path,
.hadbox:hover .hadbox-sec1 .had2 .gt .f_lang .la_tit i svg path {
  fill: #222222;
}
.hadbox:hover .hadbox-sec1 .had1 .gt .f_lang .la_tit span,
.hadbox:hover .hadbox-sec1 .had2 .gt .f_lang .la_tit span {
  color: #222222;
  opacity: 0.7;
}
.hadbox:hover .hadbox-sec1 .had1 .gt .f_search svg path,
.hadbox:hover .hadbox-sec1 .had2 .gt .f_search svg path {
  fill: #222222;
}
.hadbox:hover .hadbox-sec1 .had1 .lt {
  color: #222222;
}
.hadbox:hover .hadbox-sec1 .had2 .lt .font {
  color: #666;
  opacity: 1;
}
.hadbox:hover .hadbox-sec1 .had2 .f_navbox li .tit {
  color: #222222;
}
.hadbox:hover .hadbox-sec1 .had2 .f_navbox li.on > .tit {
  color: #222222;
}
.hadbox:hover .hadbox-sec1 .had2 .f_navbox li:hover > .tit {
  color: #222222;
}
.hadbox:hover .hadbox-sec1 .had2 .f_navbox li.ac2 .tit {
  color: #999999;
}
.hadbox:hover .hadbox-sec1 .had2 .f_navbox li.ac1 .tit {
  color: #222222;
}
.hadbox:hover .hadbox-sec1 .had2 .gt .qie span {
  background-color: #333333;
}
@media (min-width: 1200px) {
  .hadbox2 {
    transform: translate3d(0, -51%, 0);
    -webkit-transform: translate3d(0, -51%, 0);
  }
}
.hadbox2:before {
  display: none;
}
.hadbox2 .hadbox-sec1 {
  background-color: #ffffff;
  border-color: #dddddd;
  transition: all 0.36s ease;
}
.hadbox2 .hadbox-sec1 .had1 .fz_logo img,
.hadbox2 .hadbox-sec1 .had2 .fz_logo img {
  display: none;
}
.hadbox2 .hadbox-sec1 .had1 .fz_logo img:nth-child(2),
.hadbox2 .hadbox-sec1 .had2 .fz_logo img:nth-child(2) {
  display: block;
}
.hadbox2 .hadbox-sec1 .had1 .gt .f_lang .la_tit i svg path,
.hadbox2 .hadbox-sec1 .had2 .gt .f_lang .la_tit i svg path {
  fill: #222222;
}
.hadbox2 .hadbox-sec1 .had1 .gt .f_lang .la_tit span,
.hadbox2 .hadbox-sec1 .had2 .gt .f_lang .la_tit span {
  color: #222222;
  opacity: 0.7;
}
.hadbox2 .hadbox-sec1 .had1 .gt .f_search svg path,
.hadbox2 .hadbox-sec1 .had2 .gt .f_search svg path {
  fill: #222222;
}
.hadbox2 .hadbox-sec1 .had1 {
  opacity: 0;
}
.hadbox2 .hadbox-sec1 .had1 .lt {
  color: #222222;
}
.hadbox2 .hadbox-sec1 .had2 {
  line-height: 70px;
  height: 70px;
}
@media (max-width: 1199px) {
  .hadbox2 .hadbox-sec1 .had2 {
    line-height: 50px;
    height: 50px;
  }
}
.hadbox2 .hadbox-sec1 .had2 .container {
  justify-content: space-between;
}
.hadbox2 .hadbox-sec1 .had2 .lt,
.hadbox2 .hadbox-sec1 .had2 .gt {
  display: flex;
}
.hadbox2 .hadbox-sec1 .had2 .lt .font {
  color: #666666;
  opacity: 1;
}
.hadbox2 .hadbox-sec1 .had2 .f_navbox {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateZ(0);
  -webkit-transform: translateX(-50%) translateZ(0);
}
.hadbox2 .hadbox-sec1 .had2 .f_navbox li {
  flex-shrink: 0;
}
.hadbox2 .hadbox-sec1 .had2 .f_navbox li .tit {
  color: #222222;
}
.hadbox2 .hadbox-sec1 .had2 .f_navbox li.on > .tit {
  color: #222222;
}
.hadbox2 .hadbox-sec1 .had2 .f_navbox li:hover > .tit {
  color: #222222;
}
.hadbox2 .hadbox-sec1 .had2 .f_navbox li.ac2 .tit {
  color: #999999;
}
.hadbox2 .hadbox-sec1 .had2 .f_navbox li.ac1 .tit {
  color: #222222;
}
.hadbox2 .hadbox-sec1 .had2 .gt .qie span {
  background-color: #333333;
}
.lnagelat {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 666;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
.lnagelat .bag {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.lnagelat .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 6.8rem;
  max-width: 90%;
}
@media (max-width: 767px) {
  .lnagelat .cont {
    width: 100%;
  }
}
.lnagelat .cont .f_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  padding: 0.15rem 20px;
}
@media (max-width: 1580px) {
  .lnagelat .cont .f_title {
    padding: 12px 16px;
  }
}
.lnagelat .cont .f_title .f_tit {
  color: #333333;
  font-weight: bold;
}
.lnagelat .cont .f_title .close {
  width: 14px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  cursor: pointer;
  overflow: hidden;
}
.lnagelat .cont .f_title .close img {
  width: 100%;
  float: left;
}
.lnagelat .cont .f_title .close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.lnagelat .cont .f_jut {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.6rem 0.5rem;
}
@media (max-width: 767px) {
  .lnagelat .cont .f_jut {
    padding: 0.46rem 0.36rem;
  }
}
.lnagelat .cont .f_jut .li {
  width: calc(50% - 0.1rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #edeff1;
  border-radius: 5px;
  color: #333333;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  padding: 15px 20px;
}
@media (max-width: 1580px) {
  .lnagelat .cont .f_jut .li {
    padding: 12px 16px;
  }
}
@media (max-width: 767px) {
  .lnagelat .cont .f_jut .li {
    padding: 10px 12px;
  }
}
.lnagelat .cont .f_jut .li .f_wen {
  color: #999999;
  font-size: 12px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.lnagelat .cont .f_jut .li:hover {
  background-color: #333333;
  color: #ffffff;
}
.lnagelat .cont .f_jut .li:hover .f_wen {
  color: #999999;
}
.lnagelat2 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 666;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
.lnagelat2 .bag {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.lnagelat2 .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 6.8rem;
  max-width: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .lnagelat2 .cont {
    width: 100%;
  }
}
.lnagelat2 .cont .f_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  padding: 0.15rem 20px;
}
@media (max-width: 1580px) {
  .lnagelat2 .cont .f_title {
    padding: 12px 16px;
  }
}
.lnagelat2 .cont .f_title .f_tit {
  color: #333333;
  font-weight: bold;
}
.lnagelat2 .cont .f_title .close {
  width: 14px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  cursor: pointer;
  overflow: hidden;
}
.lnagelat2 .cont .f_title .close img {
  width: 100%;
  float: left;
}
.lnagelat2 .cont .f_title .close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.lnagelat2 .cont .f_jut {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.6rem 0.5rem;
}
@media (max-width: 767px) {
  .lnagelat2 .cont .f_jut {
    padding: 0.46rem 0.36rem;
  }
}
.lnagelat2 .cont .f_jut .f_name {
  width: 100%;
  margin-bottom: 0.26rem;
  color: #666666;
}
.lnagelat2 .cont .f_jut .li {
  width: calc(50% - 0.1rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #edeff1;
  border-radius: 5px;
  color: #333333;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  padding: 15px 20px;
}
@media (max-width: 1580px) {
  .lnagelat2 .cont .f_jut .li {
    padding: 12px 16px;
  }
}
@media (max-width: 767px) {
  .lnagelat2 .cont .f_jut .li {
    padding: 10px 12px;
  }
}
.lnagelat2 .cont .f_jut .li .f_wen {
  color: #999999;
  font-size: 12px;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}
.lnagelat2 .cont .f_jut .li:hover {
  background-color: #333333;
  color: #ffffff;
}
.lnagelat2 .cont .f_jut .li:hover .f_wen {
  color: #999999;
}
/* End */
/* 底部 */
.fotbox {
  background-color: #fafafa;
}
.fotbox-sec1 {
  padding-top: 1rem;
}
.fotbox-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.fotbox-sec1 .cont .lt,
.fotbox-sec1 .cont .gt {
  width: 50%;
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont .lt,
  .fotbox-sec1 .cont .gt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont .lt {
    margin-bottom: 0.56rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.fotbox-sec1 .cont .lt .f_logo {
  height: 0.54rem;
  margin-bottom: 0.46rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont .lt .f_logo {
    height: 0.78rem;
    width: 2rem;
  }
}
.fotbox-sec1 .cont .lt .tit {
  color: #222222;
  line-height: 1.25;
  margin-bottom: 0.26rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont .lt .tit {
    line-height: 1.4;
  }
}
.fotbox-sec1 .cont .lt .form {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 0.4rem;
  overflow: hidden;
  border-radius: 0.1rem;
  background-color: #ececec;
  max-width: 4rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont .lt .form {
    max-width: 100%;
  }
}
.fotbox-sec1 .cont .lt .form input,
.fotbox-sec1 .cont .lt .form .f_sub {
  width: 0.9rem;
  height: 0.65rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont .lt .form input,
  .fotbox-sec1 .cont .lt .form .f_sub {
    width: 2rem;
    height: 1rem;
  }
}
.fotbox-sec1 .cont .lt .form input {
  color: #333333;
  width: calc(100% - 0.9rem);
  padding: 20px;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .cont .lt .form input {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont .lt .form input {
    width: calc(100% - 2rem);
    padding: 0.26rem 0.3rem;
  }
}
.fotbox-sec1 .cont .lt .form .f_sub {
  background-color: #333333;
}
.fotbox-sec1 .cont .lt .f_share {
  width: 100%;
  display: flex;
  align-items: center;
}
.fotbox-sec1 .cont .lt .f_share .li {
  position: relative;
  margin-right: 20px;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .cont .lt .f_share .li {
    margin-right: 16px;
  }
}
.fotbox-sec1 .cont .lt .f_share .li .f_icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
}
.fotbox-sec1 .cont .lt .f_share .li .f_icon svg {
  width: 47.82608696%;
  height: 47.82608696%;
  object-fit: contain;
}
.fotbox-sec1 .cont .lt .f_share .li .f_icon svg path {
  fill: #ffffff;
  opacity: 1;
}
.fotbox-sec1 .cont .lt .f_share .li .hover1 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  margin-top: 0.22rem;
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  padding: 4px;
  display: none;
  border: 1px solid #ddd;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .cont .lt .f_share .li .hover1 {
    width: 110px;
    height: 110px;
  }
}
.fotbox-sec1 .cont .lt .f_share .li .hover1 img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.fotbox-sec1 .cont .lt .f_share .li:hover .f_icon {
  background-color: #222222;
}
.fotbox-sec1 .cont .lt .f_share .li:hover .hover1 {
  display: block;
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont .lt .f_logo {
    order: 0;
  }
  .fotbox-sec1 .cont .lt .f_share {
    order: 1;
    margin-bottom: 0.46rem;
    width: auto;
  }
  .fotbox-sec1 .cont .lt .tit {
    order: 2;
  }
  .fotbox-sec1 .cont .lt .form {
    order: 3;
    margin-bottom: 0.2rem;
  }
}
.fotbox-sec1 .cont .gt .fotmenu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fotbox-sec1 .cont .gt .fotmenu > li {
  max-width: 33.33%;
  padding-left: 0.2rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont .gt .fotmenu > li {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0.32rem;
  }
  .fotbox-sec1 .cont .gt .fotmenu > li:last-child {
    margin-bottom: 0;
  }
}
.fotbox-sec1 .cont .gt .fotmenu > li > .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #999999;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont .gt .fotmenu > li > .tit {
    color: #222222;
    font-size: 0.32rem;
  }
}
.fotbox-sec1 .cont .gt .fotmenu > li > .tit i {
  width: 0.26rem;
  height: 0.26rem;
  display: flex;
  transition: all 0.4s;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .fotbox-sec1 .cont .gt .fotmenu > li > .tit i {
    display: none;
  }
}
.fotbox-sec1 .cont .gt .fotmenu > li > .tit i svg {
  width: 100%;
  height: 100%;
}
.fotbox-sec1 .cont .gt .fotmenu > li > .tit i svg path {
  fill: #222222;
}
.fotbox-sec1 .cont .gt .fotmenu > li ul {
  padding-top: 0.26rem;
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont .gt .fotmenu > li ul {
    padding-top: 0.2rem;
    display: none;
  }
}
.fotbox-sec1 .cont .gt .fotmenu > li ul li {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .cont .gt .fotmenu > li ul li {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont .gt .fotmenu > li ul li {
    margin-bottom: 0.2rem;
  }
}
.fotbox-sec1 .cont .gt .fotmenu > li ul li:last-child {
  margin-bottom: 0;
}
.fotbox-sec1 .cont .gt .fotmenu > li ul li a {
  color: #666666;
  font-size: 18px;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .fotbox-sec1 .cont .gt .fotmenu > li ul li a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont .gt .fotmenu > li ul li a {
    font-size: 0.3rem;
  }
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont .gt .fotmenu > li ul li a {
    font-size: 0.26rem;
    color: #999999;
  }
}
.fotbox-sec1 .cont .gt .fotmenu > li ul li a:hover {
  text-decoration: underline;
  color: #222222;
}
.fotbox-sec1 .cont .gt .fotmenu .on .tit i {
  transform: rotate(90deg);
}
.fotbox-sec1 .cont .f_youq {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.5rem;
  padding-bottom: 0.2rem;
  color: #666666;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .fotbox-sec1 .cont .f_youq {
    padding-top: 0.5rem;
    flex-wrap: wrap;
    padding-bottom: 0.3rem;
  }
}
.fotbox-sec1 .cont .f_youq .name {
  margin-right: 0.16rem;
  flex: 0 0 auto;
}
@media (max-width: 991px) {
  .fotbox-sec1 .cont .f_youq .name {
    width: 100%;
    margin-bottom: 0.16rem;
  }
}
.fotbox-sec1 .cont .f_youq .f_jut a {
  color: #666666;
  display: inline-block;
  margin-right: 0.3rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .fotbox-sec1 .cont .f_youq .f_jut a {
    font-size: 0.26rem;
    color: #999999;
  }
}
.fotbox-sec1 .cont .f_youq .f_jut a:hover {
  text-decoration: underline;
  color: #222222;
}
.fotbox-sec2 .container {
  padding: 0.28rem 0;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .fotbox-sec2 .container {
    justify-content: center;
    text-align: center;
    padding: 0.36rem 0;
  }
}
.fotbox-sec2 .container .lt span,
.fotbox-sec2 .container .lt a {
  display: inline-block;
  color: #bbbbbb;
  font-size: 14px;
  margin-right: 0.26rem;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .fotbox-sec2 .container .lt span,
  .fotbox-sec2 .container .lt a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .lt span,
  .fotbox-sec2 .container .lt a {
    font-size: 0.26rem;
  }
}
.fotbox-sec2 .container .lt a:last-child {
  margin-right: 0;
}
.fotbox-sec2 .container .lt a:hover {
  color: #222222;
  text-decoration: underline;
}
.fotbox-sec2 .container .gt {
  display: flex;
  align-items: center;
}
.fotbox-sec2 .container .gt a {
  font-size: 14px;
  transition: all 0.4s;
  color: #bbbbbb;
}
@media (max-width: 1580px) {
  .fotbox-sec2 .container .gt a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .fotbox-sec2 .container .gt a {
    font-size: 0.26rem;
  }
}
.fotbox-sec2 .container .gt a:hover {
  color: #222222;
  text-decoration: underline;
}
.fotbox-sec2 .container .gt span {
  margin: 0 0.24rem;
  display: block;
  width: 1px;
  height: 14px;
  background-color: #bbbbbb;
}
@media (max-width: 1580px) {
  .fotbox-sec2 .container .gt span {
    height: 12px;
  }
}
/* End */
/* banner */
.bannerbox {
  position: relative;
}
.bannerbox .container {
  max-width: 1600px;
}
@media (min-width: 1200px) {
  .bannerbox .container {
    width: 83.33333333%;
  }
}
.bannerbox .swiper-slide {
  overflow: hidden;
}
.bannerbox .swiper-slide .f_item {
  position: relative;
}
.bannerbox .swiper-slide .f_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.2);
}
.bannerbox .bag {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.bannerbox .bag:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1.72rem;
  z-index: 3;
  pointer-events: none;
  background: url(../images/shejkdlogian1.png) left top / 100% 100% no-repeat;
}
.bannerbox .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerbox .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .bannerbox .bag img {
    display: none;
  }
  .bannerbox .bag img:nth-child(2) {
    display: block;
  }
}
.bannerbox .f_vidoe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.bannerbox .cont {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  width: 100%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .bannerbox .cont {
    top: auto;
    transform: translateY(0);
    bottom: 2.6rem;
  }
}
.bannerbox .cont .container {
  color: #ffffff;
}
.bannerbox .cont .container .f_tit {
  font-size: 0.6rem;
  line-height: 1.2;
  margin-bottom: 0.16rem;
}
@media (max-width: 767px) {
  .bannerbox .cont .container .f_tit {
    font-size: 0.7rem;
  }
}
.bannerbox .cont .container .text {
  margin-bottom: 0.54rem;
}
.bannerbox .page {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0.4rem;
  z-index: 2;
}
.bannerbox .page .banner_page {
  display: flex;
  align-items: center;
  position: relative;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}
.bannerbox .page .banner_page .swiper-pagination-bullet {
  width: auto;
  opacity: 1;
  height: auto;
  margin-right: 8px;
  background-color: transparent;
  border-radius: initial;
  position: relative;
}
@media (max-width: 767px) {
  .bannerbox .page .banner_page .swiper-pagination-bullet {
    margin: 0 4px;
  }
}
.bannerbox .page .banner_page .swiper-pagination-bullet .fcircle1 {
  width: 36px;
  height: 36px;
}
.bannerbox .page .banner_page .swiper-pagination-bullet .fcircle1 circle {
  opacity: 0;
  stroke: rgba(255, 255, 255, 0.2);
}
.bannerbox .page .banner_page .swiper-pagination-bullet .fcircle1 circle:nth-child(2) {
  stroke: #ffffff;
}
.bannerbox .page .banner_page .swiper-pagination-bullet:before {
  content: "";
  display: block;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0.2;
  transition: all 0.4s linear;
}
.bannerbox .page .banner_page .swiper-pagination-bullet-active .fcircle1 circle {
  opacity: 1;
}
.bannerbox .page .banner_page .swiper-pagination-bullet-active .fcircle1 circle:nth-child(2) {
  animation: svgcircle 4.76s linear infinite;
  animation-play-state: paused;
}
.bannerbox .page .banner_page .swiper-pagination-bullet-active:before {
  opacity: 1;
}
.newbanner {
  position: relative;
  overflow: hidden;
}
.newbanner .bag {
  width: 100%;
  position: relative;
  padding-bottom: 43.95604396%;
}
@media (max-width: 1580px) {
  .newbanner .bag {
    padding-bottom: 38.8%;
  }
}
@media (max-width: 767px) {
  .newbanner .bag {
    padding-bottom: 130vw;
  }
}
.newbanner .bag img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newbanner .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .newbanner .bag img {
    display: none;
  }
  .newbanner .bag img:nth-child(2) {
    display: block;
  }
}
.newbanner .bag:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/nehdfeisz.png) left top / 100% 100% no-repeat;
}
.newbanner .f_video {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .newbanner .f_video {
    display: none;
  }
}
.newbanner .f_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.newbanner .cont {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
  bottom: 1.06rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .newbanner .cont {
    bottom: 1.5rem;
    transform: translateY(0%);
  }
}
@media (max-width: 767px) {
  .newbanner .cont .tit {
    font-size: 0.7rem;
  }
}
@keyframes svgcircle {
  from {
    stroke-dasharray: 0 800;
  }
  to {
    stroke-dasharray: 800 800;
  }
}
/* End */
/* 首页 */
.hm_but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 0.52rem;
  border-radius: 0.26rem;
  border: solid 1px #222222;
  transition: all 0.4s;
  color: #333333;
}
@media (max-width: 1580px) {
  .hm_but {
    width: 1.7rem;
    height: 0.6rem;
    border-radius: 0.3rem;
  }
}
@media (max-width: 767px) {
  .hm_but {
    width: 2rem;
    height: 0.78rem;
    border-radius: 0.4rem;
  }
}
.hm_but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6px;
  height: 10px;
  margin-left: 8px;
  transition: all 0.4s;
}
.hm_but i svg {
  width: 100%;
  height: 100%;
}
.hm_but i svg path {
  fill: #333333;
  opacity: 1;
  transition: all 0.4s;
}
.hm_but:hover {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.hm_but:hover i {
  transform: translateX(5px);
}
.hm_but:hover i svg path {
  fill: #ffffff;
}
.hm_but2 {
  border-color: #ffffff;
  color: #ffffff;
}
.hm_but2 i svg path {
  fill: #ffffff;
}
.hm_but2:hover {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.hm_but2:hover i svg path {
  fill: #333333;
}
.hm_tit {
  text-align: center;
  margin-bottom: 0.5rem;
}
.hm_tit .f_tit {
  color: #222222;
}
.hm_tit .text {
  margin-top: 0.12rem;
  color: #666;
}
.hm-sec1 .cont {
  margin: 0 -0.1rem;
  display: flex;
}
@media (max-width: 991px) {
  .hm-sec1 .cont {
    flex-wrap: wrap;
    margin: 0;
  }
}
.hm-sec1 .cont .item {
  width: 50%;
  transition: all 0.6s;
  padding: 0 0.1rem;
  margin-bottom: 0.26rem;
}
@media (min-width: 992px) {
  .hm-sec1 .cont .item {
    width: 17.142%;
    flex: 1 1 17.142%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.hm-sec1 .cont .item .list {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.hm-sec1 .cont .item .list .img {
  width: 100%;
  height: 5.8rem;
  position: relative;
}
@media (max-width: 1199px) {
  .hm-sec1 .cont .item .list .img {
    height: 6.6rem;
  }
}
@media (max-width: 991px) {
  .hm-sec1 .cont .item .list .img {
    height: 4.6rem;
  }
}
.hm-sec1 .cont .item .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-sec1 .cont .item .list .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.6;
  height: 100%;
  background: url(../images/hmbagz1.png) center bottom / 100% 40.68965517% no-repeat;
}
@media (max-width: 1580px) {
  .hm-sec1 .cont .item .list .img:after {
    background-size: auto 4rem ;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .cont .item .list .img {
    height: auto;
    padding-bottom: 85.29411765%;
  }
  .hm-sec1 .cont .item .list .img img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.hm-sec1 .cont .item .list .jut {
  position: absolute;
  left: 0;
  bottom: 0.54rem;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  padding: 0 0.1rem;
}
@media (max-width: 991px) {
  .hm-sec1 .cont .item .list .jut {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .cont .item .list .jut {
    padding: 0 0.36rem;
  }
}
.hm-sec1 .cont .item .list .jut .font {
  transition: transform 0.6s;
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .hm-sec1 .cont .item .list .jut .font {
    transform: translateY(0.6rem);
  }
}
.hm-sec1 .cont .item .list .jut .font .f_tit {
  color: #ffffff;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.14rem;
  transition: all 0.4s;
}
.hm-sec1 .cont .item .list .jut .font .text {
  color: #ffffff;
  opacity: 0.8;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3em;
  line-height: 1.5;
  margin-bottom: 0.22rem;
}
.hm-sec1 .cont .item .list .jut .font .but {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 767px) {
  .hm-sec1 .cont .item .list .jut .font .but {
    font-size: 0.24rem;
  }
}
.hm-sec1 .cont .item .list .jut .font .but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6px;
  height: 10px;
  margin-left: 8px;
}
.hm-sec1 .cont .item .list .jut .font .but i svg {
  width: 100%;
  height: 100%;
}
.hm-sec1 .cont .item .list .jut .font .but i svg path {
  fill: #fff;
  opacity: 1;
  transition: all 0.4s;
}
.hm-sec1 .cont .item .list .jut2 {
  transition: none;
  opacity: 1;
}
@media (max-width: 991px) {
  .hm-sec1 .cont .item .list .jut2 {
    display: none;
  }
}
.hm-sec1 .cont .item .list .jut2 .font {
  transform: translateY(0);
}
.hm-sec1 .cont .item .list .jut2 .font .f_tit {
  text-align: center;
}
@media (min-width: 992px) {
  .hm-sec1 .cont .on {
    width: 50%;
    flex: 1 1 50%;
  }
}
.hm-sec1 .cont .on .list .jut {
  opacity: 1;
  padding-left: 0.4rem;
  padding-right: 0.96rem;
  transition: all 0.6s;
}
.hm-sec1 .cont .on .list .jut .font {
  width: 5.34rem;
  transform: translateY(0);
}
.hm-sec1 .cont .on .list .jut .font .f_tit {
  text-align: left;
}
.hm-sec1 .cont .on .list .jut2 {
  opacity: 0;
  transition: none;
}
.hm-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  .hm-sec2 .cont {
    margin: 0;
  }
}
.hm-sec2 .cont .lt,
.hm-sec2 .cont .gt {
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .hm-sec2 .cont .lt,
  .hm-sec2 .cont .gt {
    padding: 0;
  }
}
.hm-sec2 .cont .lt .item,
.hm-sec2 .cont .gt .item {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  background-color: #f8f8f8;
}
.hm-sec2 .cont .lt .item .img,
.hm-sec2 .cont .gt .item .img {
  width: 100%;
  padding-bottom: 57.11111111%;
  overflow: hidden;
}
.hm-sec2 .cont .lt .item .img img,
.hm-sec2 .cont .gt .item .img img {
  transition: all 0.4s;
}
.hm-sec2 .cont .lt .item .font,
.hm-sec2 .cont .gt .item .font {
  padding: 0.4rem 1.88rem 0.6rem 0.3rem;
}
@media (max-width: 991px) {
  .hm-sec2 .cont .lt .item .font,
  .hm-sec2 .cont .gt .item .font {
    padding-right: 1.6rem;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .cont .lt .item .font,
  .hm-sec2 .cont .gt .item .font {
    padding: 0.46rem 0.36rem 0.6rem;
  }
}
.hm-sec2 .cont .lt .item .font .tit,
.hm-sec2 .cont .gt .item .font .tit {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222222;
  transition: all 0.4s;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .hm-sec2 .cont .lt .item .font .tit,
  .hm-sec2 .cont .gt .item .font .tit {
    font-size: 16px;
  }
}
@media (max-width: 1580px) {
  .hm-sec2 .cont .lt .item .font .tit,
  .hm-sec2 .cont .gt .item .font .tit {
    font-size: 0.34rem;
  }
}
.hm-sec2 .cont .lt .item .font .tit span,
.hm-sec2 .cont .gt .item .font .tit span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #333333 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.hm-sec2 .cont .lt .item .font .text,
.hm-sec2 .cont .gt .item .font .text {
  color: #666666;
  line-height: 1.5;
  margin-bottom: 0.32rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3em;
}
.hm-sec2 .cont .lt .item .font .f_time,
.hm-sec2 .cont .gt .item .font .f_time {
  color: #999999;
}
@media (max-width: 767px) {
  .hm-sec2 .cont .lt .item .font .f_time,
  .hm-sec2 .cont .gt .item .font .f_time {
    font-size: 0.28rem;
  }
}
.hm-sec2 .cont .lt .item:hover .img img,
.hm-sec2 .cont .gt .item:hover .img img {
  transform: scale(1.04);
}
.hm-sec2 .cont .lt .item:hover .font .tit,
.hm-sec2 .cont .gt .item:hover .font .tit {
  color: #333333;
}
.hm-sec2 .cont .lt .item:hover .font .tit span,
.hm-sec2 .cont .gt .item:hover .font .tit span {
  background-size: 100% 100%;
}
.hm-sec2 .cont .lt {
  width: 65.71%;
}
@media (max-width: 767px) {
  .hm-sec2 .cont .lt {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.hm-sec2 .cont .lt .hm2_cont .hm2_page {
  position: absolute;
  bottom: initial;
  top: 0.44rem;
  margin-top: 57.11111111%;
  right: 0.3rem;
  width: auto;
  left: initial;
}
@media (max-width: 767px) {
  .hm-sec2 .cont .lt .hm2_cont .hm2_page {
    margin-top: 0;
    margin-top: 57.11111111%;
    top: -0.86rem;
  }
}
.hm-sec2 .cont .lt .hm2_cont .hm2_page span {
  width: 22px;
  height: 22px;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
  color: #333;
  font-size: 14px;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .hm-sec2 .cont .lt .hm2_cont .hm2_page span {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .cont .lt .hm2_cont .hm2_page span {
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.2);
  }
}
.hm-sec2 .cont .lt .hm2_cont .hm2_page span:last-child {
  margin-right: 0;
}
.hm-sec2 .cont .lt .hm2_cont .hm2_page .swiper-pagination-bullet-active {
  background-color: #000000;
  color: #ffffff;
}
.hm-sec2 .cont .gt {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
  width: 34.29%;
}
@media (max-width: 767px) {
  .hm-sec2 .cont .gt {
    width: 100%;
  }
}
.hm-sec2 .cont .gt .item {
  max-height: calc(50% - 0.1rem);
}
.hm-sec2 .cont .gt .item .img {
  padding-bottom: 53.47826087%;
}
.hm-sec2 .cont .gt .item .font {
  padding: 0.14rem 0.74rem 0.24rem 0.3rem;
}
@media (max-width: 767px) {
  .hm-sec2 .cont .gt .item .font {
    padding: 0.3rem 0.36rem 0.46rem;
  }
}
.hm-sec2 .cont .gt .item .font .tit {
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  margin-bottom: 0.1rem;
}
.hm-sec2 .hm_but {
  margin: 0.58rem auto 0;
}
.hm-sec3 {
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
}
.hm-sec3 .hm3_cont {
  width: 100%;
  position: relative;
}
.hm-sec3 .hm3_cont .img {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 50.52083333%;
}
@media (max-width: 1199px) {
  .hm-sec3 .hm3_cont .img {
    height: 9.7rem;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .hm3_cont .img {
    height: auto;
    height: 10rem;
  }
}
.hm-sec3 .hm3_cont .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.hm-sec3 .hm3_cont .img img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .hm-sec3 .hm3_cont .img img {
    display: none;
  }
  .hm-sec3 .hm3_cont .img img:nth-child(2) {
    display: block;
  }
}
.hm-sec3 .hm3_cont .f_vidoe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .hm-sec3 .hm3_cont .f_vidoe {
    display: none;
  }
}
.hm-sec3 .hm3_cont .f_vidoe video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm-sec3 .hm3_cont .f_vidoe::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.hm-sec3 .hm3_cont .f_jut {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 8.125%;
  z-index: 2;
}
.hm-sec3 .hm3_cont .f_jut .f_tit,
.hm-sec3 .hm3_cont .f_jut .text {
  display: none;
}
@media (max-width: 767px) {
  .hm-sec3 .hm3_cont .f_jut {
    padding-bottom: 0;
    bottom: 50%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    left: 0;
    width: 100%;
    text-align: left;
  }
  .hm-sec3 .hm3_cont .f_jut .f_tit,
  .hm-sec3 .hm3_cont .f_jut .text {
    display: block;
    color: #ffffff;
  }
  .hm-sec3 .hm3_cont .f_jut .f_tit {
    margin-bottom: 0.1rem;
    font-size: 0.5rem;
  }
  .hm-sec3 .hm3_cont .f_jut .text {
    margin-bottom: 0.56rem;
  }
  .hm-sec3 .hm3_cont .f_jut .hm_but {
    border: solid 1px #fff;
    color: #fff;
  }
  .hm-sec3 .hm3_cont .f_jut .hm_but:hover {
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
  }
  .hm-sec3 .hm3_cont .f_jut .hm_but:hover i svg path {
    fill: #ffffff;
  }
}
.hm-sec3 .hm3-next {
  background: none;
  background-color: rgba(255, 255, 255, 0.1);
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
  transform: scale(0);
  z-index: 2;
  transition: transform 0.4s;
}
@media (max-width: 1199px) {
  .hm-sec3 .hm3-next {
    display: none;
  }
}
.hm-sec3 .hm3-next svg {
  width: 27.5%;
  height: 27.5%;
  object-fit: contain;
}
.hm-sec3 .hm3-next svg path {
  fill: #ffffff;
  opacity: 1;
}
.hm-sec3 .hm3-next.on {
  transform: scale(1);
}
.hm-sec3 .cont {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 1.4rem;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .hm-sec3 .cont {
    top: initial;
    bottom: 0.46rem;
  }
}
.hm-sec3 .cont .hm3_nav {
  width: 33.333%;
  width: 46.333%;
  margin: 0;
  margin-left: -80vw;
  padding-left: 80vw;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  height: 5.5rem;
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .hm3_nav {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .cont .hm3_nav {
    padding-left: 0;
    margin: 0;
    width: 100%;
    height: auto;
  }
}
.hm-sec3 .cont .hm3_nav .swiper-slide {
  height: auto;
}
@media (max-width: 767px) {
  .hm-sec3 .cont .hm3_nav .swiper-slide {
    width: auto;
    padding: 0 0.32rem;
  }
}
.hm-sec3 .cont .hm3_nav .swiper-slide .item {
  padding-bottom: 0.1rem;
}
.hm-sec3 .cont .hm3_nav .swiper-slide .item .tit {
  cursor: pointer;
  position: relative;
  color: #ffffff;
  opacity: 0.2;
  transition: all 0.4s;
  font-size: 0.4rem;
}
@media (max-width: 1199px) {
  .hm-sec3 .cont .hm3_nav .swiper-slide .item .tit {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .cont .hm3_nav .swiper-slide .item .tit {
    font-size: 0.42rem;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .cont .hm3_nav .swiper-slide .item .tit {
    font-size: 0.3rem;
    text-align: center;
  }
}
.hm-sec3 .cont .hm3_nav .swiper-slide .item .tit span {
  font-size: 0.2rem;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .hm-sec3 .cont .hm3_nav .swiper-slide .item .tit span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .hm-sec3 .cont .hm3_nav .swiper-slide .item .tit span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .cont .hm3_nav .swiper-slide .item .tit span {
    font-size: 0.3rem;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .cont .hm3_nav .swiper-slide .item .tit span {
    opacity: 1;
    display: none;
  }
}
.hm-sec3 .cont .hm3_nav .swiper-slide .item .tit:before {
  content: "";
  position: absolute;
  top: 0.75em;
  margin-top: -1px;
  display: block;
  width: 0;
  height: 2px;
  background-color: #fff;
  right: 100%;
  margin-right: 0.4rem;
}
@media (max-width: 767px) {
  .hm-sec3 .cont .hm3_nav .swiper-slide .item .tit:before {
    display: none;
  }
}
.hm-sec3 .cont .hm3_nav .swiper-slide .item .hm_but {
  margin: 0 auto 0.26rem;
  pointer-events: none;
  opacity: 0;
}
@media (min-width: 768px) {
  .hm-sec3 .cont .hm3_nav .swiper-slide .item .hm_but {
    display: none;
  }
}
.hm-sec3 .cont .hm3_nav .swiper-slide:last-child .item {
  padding-bottom: 0;
}
.hm-sec3 .cont .hm3_nav .swiper-slide.on .item .tit {
  opacity: 1;
}
.hm-sec3 .cont .hm3_nav .swiper-slide.on .item .tit:before {
  transition: all 1s;
  width: 100vw;
}
.hm-sec3 .cont .hm3_nav .swiper-slide.on .item .tit span {
  opacity: 1;
}
.hm-sec3 .cont .hm3_nav .swiper-slide.on .item .hm_but {
  pointer-events: auto;
  opacity: 1;
}
/* End */
/* 资讯 */
.newsbox-sec1 {
  overflow: hidden;
  line-height: 88px;
}
@media (max-width: 1580px) {
  .newsbox-sec1 {
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .newsbox-sec1 {
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .newsbox-sec1 {
    line-height: 1rem;
  }
}
.newsbox-sec1 .cont {
  position: relative;
}
.newsbox-sec1 .cont:before {
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
}
@media (max-width: 991px) {
}
.newsbox-sec1 .cont .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.newsbox-sec1 .cont .container .lt {
  width: 60%;
}
@media (max-width: 767px) {
  .newsbox-sec1 .cont .container .lt {
    width: 100%;
    order: 1;
  }
}
.newsbox-sec1 .cont .container .lt .newbox1_cont {
  width: 100%;
  margin: 0;
}
.newsbox-sec1 .cont .container .lt .newbox1_cont .swiper-slide {
  width: auto;
  margin-right: 12px;
}
.newsbox-sec1 .cont .container .lt .newbox1_cont .swiper-slide .li {
  color: #666666;
  padding: 0 16px;
  display: block;
  transition: all 0.4s;
  border-bottom: 2px solid transparent;
}
@media (max-width: 1580px) {
  .newsbox-sec1 .cont .container .lt .newbox1_cont .swiper-slide .li {
    padding: 0 12px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .newsbox-sec1 .cont .container .lt .newbox1_cont .swiper-slide .li {
    font-size: 0.28rem;
    padding: 0 8px;
  }
}
.newsbox-sec1 .cont .container .lt .newbox1_cont .swiper-slide .li:hover {
  color: #333333;
}
.newsbox-sec1 .cont .container .lt .newbox1_cont .on .li {
  font-weight: bold;
  color: #333333;
  border-color: #222222;
}
.newsbox-sec1 .cont .container .breadbox {
  max-width: 38%;
  width: auto;
  margin: 0;
}
@media (max-width: 767px) {
  .newsbox-sec1 .cont .container .breadbox {
    width: 100%;
    max-width: 100%;
  }
}
.newsbox-sec1 .cont .container .breadbox .fcont {
  padding: 0;
}
@media (max-width: 991px) {
  .newsbox-sec1 .cont .container .breadbox .fcont {
    padding-top: 0.36rem;
    padding-bottom: 0.26rem;
  }
}
.newsbox-sec2 {
  padding: 0.64rem 0 1.1rem;
}
@media (max-width: 767px) {
  .newsbox-sec2 {
    padding-top: 1.1rem;
  }
}
.newsbox-sec2 .fz_font {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0.4rem;
}
.newsbox-sec2 .fz_font .tit,
.newsbox-sec2 .fz_font .text {
  width: 50%;
}
@media (max-width: 767px) {
  .newsbox-sec2 .fz_font .tit,
  .newsbox-sec2 .fz_font .text {
    width: 100%;
  }
}
.newsbox-sec2 .fz_font .tit {
  margin-bottom: 0.26rem;
}
@media (min-width: 768px) {
  .newsbox-sec2 .fz_font .tit {
    margin-bottom: 0;
    padding-right: 0.7rem;
  }
}
.newsbox-sec2 .fz_font .text {
  color: #333333;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .newsbox-sec2 .fz_font .text {
    line-height: 1.46;
  }
}
.newsbox-sec2 .newsbox2_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.32rem;
}
@media (max-width: 767px) {
  .newsbox-sec2 .newsbox2_nav {
    margin-bottom: 0.56rem;
  }
}
.newsbox-sec2 .newsbox2_nav .lt {
  display: flex;
  line-height: 32px;
  width: calc(100% - 3.5rem);
  padding-right: 0.6rem;
  margin-top: 10px;
}
@media (max-width: 1580px) {
  .newsbox-sec2 .newsbox2_nav .lt {
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .newsbox-sec2 .newsbox2_nav .lt {
    line-height: 0.48rem;
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.3rem;
  }
}
.newsbox-sec2 .newsbox2_nav .lt .name {
  color: #333333;
  margin-right: 10px;
  flex: 0 0 auto;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .newsbox-sec2 .newsbox2_nav .lt .name {
    margin-right: 18px;
  }
}
.newsbox-sec2 .newsbox2_nav .lt .f_menu {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
}
.newsbox-sec2 .newsbox2_nav .lt .f_menu li {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .newsbox-sec2 .newsbox2_nav .lt .f_menu li {
    border-radius: 0.28rem;
  }
}
.newsbox-sec2 .newsbox2_nav .lt .f_menu li a {
  display: block;
  width: auto;
  padding: 0 20px;
  transition: all 0.4s;
  border-radius: 16px;
  color: #333333;
  font-size: 14px;
  border: solid 1px #666666;
}
@media (max-width: 1580px) {
  .newsbox-sec2 .newsbox2_nav .lt .f_menu li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .newsbox-sec2 .newsbox2_nav .lt .f_menu li a {
    font-size: 0.26rem;
  }
}
@media (max-width: 1580px) {
  .newsbox-sec2 .newsbox2_nav .lt .f_menu li a {
    padding: 0 18px;
    border-radius: 15px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .newsbox-sec2 .newsbox2_nav .lt .f_menu li a {
    padding: 0 0.3rem;
    font-size: 0.28rem;
  }
}
.newsbox-sec2 .newsbox2_nav .lt .f_menu li a:hover {
  background-color: #222222;
  color: #ffffff;
  border-color: #222222;
}
.newsbox-sec2 .newsbox2_nav .lt .f_menu li.on a {
  background-color: #222222;
  color: #ffffff;
  border-color: #222222;
}
.newsbox-sec2 .newsbox2_nav .lt .f_menu li:last-child {
  margin-right: 0;
}
.newsbox-sec2 .newsbox2_nav .f_form {
  display: flex;
  align-items: center;
  border-radius: 0.1rem;
  border: solid 1px #333333;
  width: 3.5rem;
  height: 0.6rem;
  padding-right: 0.3rem;
}
@media (max-width: 1580px) {
  .newsbox-sec2 .newsbox2_nav .f_form {
    height: 0.68rem;
  }
}
@media (max-width: 767px) {
  .newsbox-sec2 .newsbox2_nav .f_form {
    width: 100%;
    height: 0.76rem;
  }
}
.newsbox-sec2 .newsbox2_nav .f_form input {
  width: calc(100% - 20px);
  height: 100%;
  color: #333333;
  font-size: 16px;
  padding: 0.16rem 0.2rem;
}
@media (max-width: 1580px) {
  .newsbox-sec2 .newsbox2_nav .f_form input {
    font-size: 14px;
    width: calc(100% - 16px);
  }
}
@media (max-width: 767px) {
  .newsbox-sec2 .newsbox2_nav .f_form input {
    font-size: 0.28rem;
  }
}
.newsbox-sec2 .newsbox2_nav .f_form input::-webkit-input-placeholder {
  color: #999999;
}
.newsbox-sec2 .newsbox2_nav .f_form input::-moz-placeholder {
  color: #999999;
}
.newsbox-sec2 .newsbox2_nav .f_form input::-ms-input-placeholder {
  color: #999999;
}
.newsbox-sec2 .newsbox2_nav .f_form .f_sub {
  overflow: hidden;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
@media (max-width: 1580px) {
  .newsbox-sec2 .newsbox2_nav .f_form .f_sub {
    height: 16px;
    width: 16px;
  }
}
.newsbox-sec2 .newsbox2_nav .f_form .f_sub img,
.newsbox-sec2 .newsbox2_nav .f_form .f_sub svg {
  width: 100%;
  max-height: 100%;
  float: left;
}
.newsbox-sec2 .newsbox2_nav .f_form .f_sub img path,
.newsbox-sec2 .newsbox2_nav .f_form .f_sub svg path {
  fill: #333333;
}
.newsbox-sec2 .f_hint {
  color: #999;
  font-size: 16px;
  margin-bottom: 0.4rem;
}
@media (max-width: 1580px) {
  .newsbox-sec2 .f_hint {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .newsbox-sec2 .f_hint {
    font-size: 0.28rem;
  }
}
.newsbox-sec2 .f_hint span {
  color: #333333;
}
.newsbox-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem;
}
@media (max-width: 767px) {
  .newsbox-sec2 .cont {
    margin: 0;
  }
}
.newsbox-sec2 .cont .item {
  width: 33.333%;
  padding: 0 0.12rem;
  margin-bottom: 0.24rem;
}
@media (max-width: 767px) {
  .newsbox-sec2 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.newsbox-sec2 .cont .item .list {
  display: block;
  background-color: #f8f8f8;
  border-radius: 0.1rem;
  position: relative;
  z-index: 2;
  height: 100%;
  overflow: hidden;
}
.newsbox-sec2 .cont .item .list .img {
  width: 100%;
  overflow: hidden;
  padding-bottom: 55%;
}
.newsbox-sec2 .cont .item .list .img img {
  transition: all 0.4s;
}
.newsbox-sec2 .cont .item .list .font {
  padding: 0.3rem 0.3rem 0.44rem;
}
.newsbox-sec2 .cont .item .list .font .f_time {
  color: #999999;
  font-size: 14px;
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
  .newsbox-sec2 .cont .item .list .font .f_time {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .newsbox-sec2 .cont .item .list .font .f_time {
    font-size: 0.26rem;
  }
}
@media (max-width: 1580px) {
  .newsbox-sec2 .cont .item .list .font .f_time {
    margin-bottom: 6px;
  }
}
.newsbox-sec2 .cont .item .list .font .tit {
  color: #222222;
  line-height: 1.5;
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .newsbox-sec2 .cont .item .list .font .tit {
    font-size: 0.36rem;
  }
}
.newsbox-sec2 .cont .item .list .font .tit span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #222222 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.newsbox-sec2 .cont .item .list .font .label {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.2rem;
  border-top: 1px solid #dddddd;
}
.newsbox-sec2 .cont .item .list .font .label .li {
  color: #333333;
  display: block;
  margin-right: 10px;
  margin-top: 10px;
  border: solid 1px #666666;
  border-radius: 16px;
  line-height: 34px;
  padding: 0 0.2rem;
}
@media (max-width: 1580px) {
  .newsbox-sec2 .cont .item .list .font .label .li {
    margin-right: 8px;
    margin-top: 8px;
    border-radius: 15px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .newsbox-sec2 .cont .item .list .font .label .li {
    padding: 0 0.3rem;
    line-height: 0.48rem;
    border-radius: 0.24rem;
  }
}
.newsbox-sec2 .cont .item .list .font .label .li:last-child {
  margin-right: 0;
}
.newsbox-sec2 .cont .item .list:hover .img img {
  transform: scale(1.04);
}
.newsbox-sec2 .cont .item .list:hover .font .tit {
  color: #222222;
}
.newsbox-sec2 .cont .item .list:hover .font .tit span {
  background-size: 100% 100%;
}
.newsbox-sec2 .basepage {
  margin-top: 0.54rem;
}
/* End */
/* 资讯详情 */
.newinfo-sec1 {
  padding: 0.7rem 0 1.4rem;
}
.newinfo-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
  margin: 0 -0.65rem;
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont {
    margin: 0;
  }
}
.newinfo-sec1 .cont .lt,
.newinfo-sec1 .cont .gt {
  padding: 0 0.65rem;
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .lt,
  .newinfo-sec1 .cont .gt {
    padding: 0;
  }
}
.newinfo-sec1 .cont .lt {
  width: 71.07%;
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .lt {
    width: 100%;
  }
}
.newinfo-sec1 .cont .lt .tit {
  line-height: 1.25;
  margin-bottom: 0.22rem;
}
@media (max-width: 991px) {
  .newinfo-sec1 .cont .lt .tit {
    line-height: 1.5;
  }
}
.newinfo-sec1 .cont .lt .f_message {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.28rem;
  margin-bottom: 0.34rem;
  border-bottom: 2px solid #333333;
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .lt .f_message {
    border-width: 1px;
  }
}
.newinfo-sec1 .cont .lt .f_message .li {
  font-size: 16px;
  color: #222222;
  margin-right: 0.44rem;
}
.newinfo-sec1 .cont .lt .make-text {
  margin-bottom: 0.4rem;
}
@media (min-width: 768px) {
  .newinfo-sec1 .cont .lt .make-text {
    padding-right: 0.6rem;
  }
}
.newinfo-sec1 .cont .lt .f_jut {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.34rem;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0.36rem;
}
.newinfo-sec1 .cont .lt .f_jut .f_lbale {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  line-height: 34px;
  max-width: 60%;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .cont .lt .f_jut .f_lbale {
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .lt .f_jut .f_lbale {
    max-width: 100%;
    width: 100%;
    line-height: 0.48rem;
  }
}
.newinfo-sec1 .cont .lt .f_jut .f_lbale .name {
  color: #333333;
  margin-right: 10px;
  flex: 0 0 auto;
  margin-top: 10px;
}
.newinfo-sec1 .cont .lt .f_jut .f_lbale .f_list {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.newinfo-sec1 .cont .lt .f_jut .f_lbale .f_list .li {
  color: #333333;
  display: block;
  margin-right: 10px;
  margin-top: 10px;
  border: solid 1px #666666;
  border-radius: 16px;
  padding: 0 0.2rem;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .cont .lt .f_jut .f_lbale .f_list .li {
    margin-right: 8px;
    margin-top: 8px;
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .lt .f_jut .f_lbale .f_list .li {
    padding: 0 0.3rem;
    border-radius: 0.24rem;
  }
}
.newinfo-sec1 .cont .lt .f_jut .f_lbale .f_list .li:last-child {
  margin-right: 0;
}
.newinfo-sec1 .cont .lt .f_jut .f_lbale .f_list .li:hover {
  background-color: #222222;
  color: #ffffff;
  border-color: #222222;
}
.newinfo-sec1 .cont .lt .f_jut .fen {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .lt .f_jut .fen {
    width: 100%;
    margin-top: 0.26rem;
  }
}
.newinfo-sec1 .cont .lt .f_jut .fen .fenlist {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.newinfo-sec1 .cont .lt .f_jut .fen .fenlist .help {
  font-size: 12px;
  display: none;
}
.newinfo-sec1 .cont .lt .f_jut .fen .fenlist .icon-wechat .wechat-qrcode .qrcode {
  width: 100%;
}
.newinfo-sec1 .cont .lt .f_jut .fen .fenlist .wechat-qrcode {
  left: 50%;
  transform: translateX(-50%);
  height: 160px;
  top: initial;
  bottom: 100%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .lt .f_jut .fen .fenlist .wechat-qrcode {
    width: 3rem;
  }
}
.newinfo-sec1 .cont .lt .f_jut .fen .fenlist a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: none;
  line-height: 1;
  padding: 0;
  opacity: 1;
  font-size: 18px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 10px;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .cont .lt .f_jut .fen .fenlist a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .lt .f_jut .fen .fenlist a {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.newinfo-sec1 .cont .lt .f_jut .fen .fenlist a:hover {
  background-color: #222222;
}
.newinfo-sec1 .cont .lt .qie a {
  display: block;
  width: 100%;
  transition: all 0.4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  font-size: 16px;
}
.newinfo-sec1 .cont .lt .qie a span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #222222 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.newinfo-sec1 .cont .lt .qie a:hover {
  color: #222222;
}
.newinfo-sec1 .cont .lt .qie a:hover span {
  background-size: 100% 100%;
}
.newinfo-sec1 .cont .lt .qie .prev {
  margin-bottom: 14px;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .cont .lt .qie .prev {
    margin-bottom: 10px;
  }
}
.newinfo-sec1 .cont .gt {
  width: 28.93%;
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .gt {
    width: 100%;
    margin-top: 0.9rem;
  }
}
@media (min-width: 768px) {
  .newinfo-sec1 .cont .gt {
    position: sticky;
    position: -webkit-sticky;
    top: 80px;
  }
}
.newinfo-sec1 .cont .gt .f_tit {
  color: #222222;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .cont .gt .f_tit {
    margin-bottom: 16px;
  }
}
.newinfo-sec1 .cont .gt .hot_lsit {
  margin-bottom: 0.34rem;
}
.newinfo-sec1 .cont .gt .hot_lsit .li {
  display: block;
  border-radius: 0.1rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: 0.36rem;
}
.newinfo-sec1 .cont .gt .hot_lsit .li:last-child {
  margin-bottom: 0;
}
.newinfo-sec1 .cont .gt .hot_lsit .li .img {
  overflow: hidden;
}
.newinfo-sec1 .cont .gt .hot_lsit .li .img:before {
  padding-bottom: 55%;
}
.newinfo-sec1 .cont .gt .hot_lsit .li .img img {
  transition: all 0.4s;
}
.newinfo-sec1 .cont .gt .hot_lsit .li .font {
  padding-top: 16px;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .cont .gt .hot_lsit .li .font {
    padding-top: 12px;
  }
}
.newinfo-sec1 .cont .gt .hot_lsit .li .font .f_time {
  color: #999999;
  font-size: 14px;
  margin-bottom: 0.12rem;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .cont .gt .hot_lsit .li .font .f_time {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .gt .hot_lsit .li .font .f_time {
    font-size: 0.26rem;
  }
}
.newinfo-sec1 .cont .gt .hot_lsit .li .font .tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  line-height: 1.5;
  color: #222222;
  height: 3em;
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .gt .hot_lsit .li .font .tit {
    font-size: 0.36rem;
  }
}
.newinfo-sec1 .cont .gt .hot_lsit .li .font .tit span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #222222 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.newinfo-sec1 .cont .gt .hot_lsit .li:hover .img img {
  transform: scale(1.1);
}
.newinfo-sec1 .cont .gt .hot_lsit .li:hover .font .tit {
  color: #222222;
}
.newinfo-sec1 .cont .gt .hot_lsit .li:hover .font .tit span {
  background-size: 100% 100%;
}
.newinfo-sec1 .cont .gt .f_return {
  padding-top: 0.2rem;
  border-top: 1px solid #dddddd;
  margin-bottom: 0.4rem;
}
.newinfo-sec1 .cont .gt .f_return .f_but {
  display: flex;
  color: #333333;
  font-size: 16px;
  align-items: center;
}
.newinfo-sec1 .cont .gt .f_return .f_but i {
  width: 6px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
}
.newinfo-sec1 .cont .gt .f_return .f_but i svg {
  width: 100%;
  max-height: 100%;
}
.newinfo-sec1 .cont .gt .f_return .f_but i svg path {
  fill: #333333;
}
.newinfo-sec1 .cont .gt .f_return .f_but:hover {
  color: #222222;
}
.newinfo-sec1 .cont .gt .f_return .f_but:hover i svg path {
  fill: #222222;
}
.newinfo-sec1 .cont .gt .f_label {
  display: flex;
  flex-wrap: wrap;
}
.newinfo-sec1 .cont .gt .f_label .li {
  color: #333333;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  border: solid 1px #666666;
  border-radius: 16px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  padding: 0 0.12rem;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .cont .gt .f_label .li {
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .newinfo-sec1 .cont .gt .f_label .li {
    padding: 0 0.3rem;
    border-radius: 0.24rem;
  }
}
.newinfo-sec1 .cont .gt .f_label .li:last-child {
  margin-right: 0;
}
.newinfo-sec1 .cont .gt .f_label .li:hover {
  background-color: #222222;
  color: #ffffff;
  border-color: #222222;
}
.newinfo-sec1 .fz_tui {
  margin-top: 0.94rem;
  padding-top: 0.44rem;
  border-top: 1px solid #dddddd;
}
.newinfo-sec1 .fz_tui .f_tit {
  color: #333333;
  margin-bottom: 0.3rem;
}
.newinfo-sec1 .fz_tui .corre_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
}
@media (max-width: 767px) {
  .newinfo-sec1 .fz_tui .corre_cont {
    margin: 0;
  }
}
.newinfo-sec1 .fz_tui .corre_cont .item {
  width: 50%;
  margin-bottom: 10px;
  padding: 0 0.3rem;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .fz_tui .corre_cont .item {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .newinfo-sec1 .fz_tui .corre_cont .item {
    padding: 0;
    width: 100%;
  }
}
.newinfo-sec1 .fz_tui .corre_cont .item .li {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5;
}
.newinfo-sec1 .fz_tui .corre_cont .item .li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #666666;
  position: relative;
  top: 0.75em;
  border-radius: 50%;
  margin-top: -2px;
}
.newinfo-sec1 .fz_tui .corre_cont .item .li .tit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.4s;
  color: #666666;
  width: calc(100% - 6px);
  padding-left: 18px;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .fz_tui .corre_cont .item .li .tit {
    padding-left: 14px;
  }
}
@media (max-width: 991px) {
  .newinfo-sec1 .fz_tui .corre_cont .item .li .tit {
    padding-left: 10px;
  }
}
.newinfo-sec1 .fz_tui .corre_cont .item .li .tit span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #222222 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.newinfo-sec1 .fz_tui .corre_cont .item .li:hover .tit {
  color: #222222;
}
.newinfo-sec1 .fz_tui .corre_cont .item .li:hover .tit span {
  background-size: 100% 100%;
}
/* End */
/* 公益基金会 */
.foundbox_tit {
  text-align: center;
}
.foundbox_tit .tit {
  color: #222222;
}
.foundbox-sec1 {
  padding: 1.1rem 0 0;
}
.foundbox-sec1 .foundbox_tit {
  margin-bottom: 0.54rem;
}
.foundbox-sec1 .foundbox1_cont .swiper-slide {
  width: 100%;
}
.foundbox-sec1 .foundbox1_cont .swiper-slide .li {
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 0.1rem;
  overflow: hidden;
}
.foundbox-sec1 .foundbox1_cont .swiper-slide .li .img {
  width: 100%;
  background-color: #000000;
  overflow: hidden;
  padding-bottom: 48.57142857%;
}
@media (max-width: 767px) {
  .foundbox-sec1 .foundbox1_cont .swiper-slide .li .img {
    padding-bottom: 88%;
  }
}
.foundbox-sec1 .foundbox1_cont .swiper-slide .li .img img {
  transition: all 0.4s;
  opacity: 0.5;
}
.foundbox-sec1 .foundbox1_cont .swiper-slide .li .font {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 100%;
  max-width: 488px;
  padding: 0.46rem 0.32rem;
  text-align: center;
  color: #fefefe;
}
.foundbox-sec1 .foundbox1_cont .swiper-slide .li .font .name {
  color: #fefefe;
  margin-bottom: 0.12rem;
}
.foundbox-sec1 .foundbox1_cont .swiper-slide .li .font .tit {
  line-height: 1.53333333;
}
.foundbox-sec1 .foundbox1_cont .swiper-slide .li .font .hm_but {
  margin: 0.34rem auto 0;
}
.foundbox-sec1 .foundbox1_cont .swiper-slide .li:hover .img img {
  transform: scale(1.04);
}
.foundbox-sec1 .foundbox1_cont .foundbox1_page {
  position: absolute;
  bottom: 0.4rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foundbox-sec1 .foundbox1_cont .foundbox1_page span {
  width: 0.4rem;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.2;
  margin: 0 0.1rem;
  border-radius: 0;
}
@media (max-width: 767px) {
  .foundbox-sec1 .foundbox1_cont .foundbox1_page span {
    margin: 0 0.16rem;
    width: 0.56rem;
  }
}
.foundbox-sec1 .foundbox1_cont .foundbox1_page .swiper-pagination-bullet-active {
  opacity: 1;
}
.foundbox-sec2 {
  padding: 1.3rem 0 1.4rem;
}
.foundbox-sec2 .foundbox_tit {
  margin-bottom: 0.54rem;
}
.foundbox-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 767px) {
  .foundbox-sec2 .cont {
    margin: 0;
  }
}
.foundbox-sec2 .cont .item {
  width: 100%;
}
@media (max-width: 767px) {
  .foundbox-sec2 .cont .item {
    margin-bottom: 0.4rem;
  }
}
.foundbox-sec2 .cont .item .list {
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 0.1rem;
  overflow: hidden;
}
.foundbox-sec2 .cont .item .list .img {
  position: relative;
  background-color: #000000;
}
.foundbox-sec2 .cont .item .list .img img {
  opacity: 0.8;
  transition: all 0.4s;
}
.foundbox-sec2 .cont .item .list .img:before {
  padding-bottom: 56.22222222%;
}
.foundbox-sec2 .cont .item .list .img:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/gongyijianbian1.png) left bottom / 100% auto no-repeat;
}
.foundbox-sec2 .cont .item .list .f_cion {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 0.64rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .foundbox-sec2 .cont .item .list .f_cion {
    width: 0.88rem;
  }
}
.foundbox-sec2 .cont .item .list .f_cion img {
  width: 100%;
  float: left;
}
.foundbox-sec2 .cont .item .list .font {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.36rem 0.4rem;
  color: #ffffff;
}
.foundbox-sec2 .cont .item .list .font .tit {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.foundbox-sec2 .cont .item .list:hover .img img {
  transform: scale(1.06);
}
.foundbox-sec2 .cont .lt,
.foundbox-sec2 .cont .gt {
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .foundbox-sec2 .cont .lt,
  .foundbox-sec2 .cont .gt {
    padding: 0;
  }
}
.foundbox-sec2 .cont .lt {
  width: 65.714%;
}
@media (max-width: 767px) {
  .foundbox-sec2 .cont .lt {
    width: 100%;
  }
}
.foundbox-sec2 .cont .gt {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  width: 34.286%;
}
@media (max-width: 767px) {
  .foundbox-sec2 .cont .gt {
    width: 100%;
  }
}
.foundbox-sec2 .cont .gt .item {
  max-height: calc(50% - 0.2rem);
}
@media (max-width: 767px) {
  .foundbox-sec2 .cont .gt .item {
    max-height: initial;
  }
  .foundbox-sec2 .cont .gt .item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .foundbox-sec2 .cont .gt .item .list {
    max-height: 100%;
  }
  .foundbox-sec2 .cont .gt .item .list .img {
    max-height: 100%;
  }
  .foundbox-sec2 .cont .gt .item .list .f_cion {
    width: 0.48rem;
  }
  .foundbox-sec2 .cont .gt .item .list .font {
    padding: 16px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1580px) {
  .foundbox-sec2 .cont .gt .item .list .font {
    padding: 12px 18px;
  }
}
.foundbox-sec2 .f_but1 {
  margin: 0.6rem auto 0;
}
.foundbox-sec3 {
  background-color: #fafafa;
  padding: 1.1rem 0;
}
.foundbox-sec3 .foundbox_tit {
  margin-bottom: 0.54rem;
}
.foundbox-sec3 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
@media (max-width: 767px) {
  .foundbox-sec3 .cont {
    margin: 0;
  }
}
.foundbox-sec3 .cont .item {
  width: 50%;
  padding: 0 0.15rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .foundbox-sec3 .cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.foundbox-sec3 .cont .item .list {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 0.1rem;
}
.foundbox-sec3 .cont .item .list .img {
  padding-bottom: 51.02040816%;
  overflow: hidden;
  position: relative;
}
.foundbox-sec3 .cont .item .list .img img {
  transition: all 0.4s;
}
.foundbox-sec3 .cont .item .list .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/jianbianheise.png) bottom left / 100% auto no-repeat;
}
@media (max-width: 767px) {
  .foundbox-sec3 .cont .item .list .img {
    background-color: #000;
  }
  .foundbox-sec3 .cont .item .list .img:after {
    display: none;
  }
  .foundbox-sec3 .cont .item .list .img img {
    opacity: 0.8;
  }
}
.foundbox-sec3 .cont .item .list .jut {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding: 0 0.3rem;
  bottom: 26px;
}
@media (max-width: 1580px) {
  .foundbox-sec3 .cont .item .list .jut {
    bottom: 22px;
  }
}
@media (max-width: 767px) {
  .foundbox-sec3 .cont .item .list .jut {
    bottom: 0.36rem;
  }
}
.foundbox-sec3 .cont .item .list .jut .font {
  transition: all 0.4s;
  width: 100%;
  color: #ffffff;
}
@media (min-width: 992px) {
  .foundbox-sec3 .cont .item .list .jut .font {
    transform: translateY(calc(1em + 6px));
  }
}
.foundbox-sec3 .cont .item .list .jut .font .tit {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.foundbox-sec3 .cont .item .list .jut .font .but {
  margin-top: 4px;
  display: flex;
  align-items: center;
}
.foundbox-sec3 .cont .item .list .jut .font .but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6px;
  height: 10px;
  margin-left: 8px;
}
.foundbox-sec3 .cont .item .list .jut .font .but i img,
.foundbox-sec3 .cont .item .list .jut .font .but i svg {
  width: 100%;
  max-height: 100%;
}
.foundbox-sec3 .cont .item .list .jut .font .but i img path,
.foundbox-sec3 .cont .item .list .jut .font .but i svg path {
  opacity: 1;
  fill: #ffffff;
}
.foundbox-sec3 .cont .item .list:hover .img img {
  transform: scale(1.04);
}
.foundbox-sec3 .cont .item .list:hover .jut .font {
  transform: translateY(0);
}
.foundbox-sec4 {
  padding: 1.1rem 0 1.4rem;
}
.foundbox-sec4 .foundbox_tit {
  margin-bottom: 0.54rem;
}
.foundbox-sec4 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem;
}
@media (max-width: 767px) {
  .foundbox-sec4 .cont {
    margin: 0;
  }
}
.foundbox-sec4 .cont .item {
  width: 33.333%;
  padding: 0 0.12rem;
  margin-bottom: 0.24rem;
}
@media (max-width: 767px) {
  .foundbox-sec4 .cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .foundbox-sec4 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.foundbox-sec4 .cont .item .list {
  display: block;
  position: relative;
  z-index: 2;
  height: 100%;
  overflow: hidden;
  border-radius: 0.1rem;
  background-color: #f8f8f8;
}
.foundbox-sec4 .cont .item .list .img {
  padding-bottom: 55%;
}
.foundbox-sec4 .cont .item .list .img img {
  transition: all 0.4s;
}
.foundbox-sec4 .cont .item .list .font {
  padding: 0.32rem;
}
@media (max-width: 767px) {
  .foundbox-sec4 .cont .item .list .font {
    padding: 0.4rem;
  }
}
.foundbox-sec4 .cont .item .list .font .f_time {
  color: #999999;
  margin-bottom: 0.1rem;
  display: block;
}
.foundbox-sec4 .cont .item .list .font .tit {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  color: #222222;
  height: 3em;
}
.foundbox-sec4 .cont .item .list .font .tit span {
  transition: all 0.4s;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #222222 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.foundbox-sec4 .cont .item .list:hover .img img {
  transform: scale(1.04);
}
.foundbox-sec4 .cont .item .list:hover .font .tit span {
  background-size: 100% 100%;
}
.foundbox-sec4 .f_cont {
  position: relative;
}
.foundbox-sec4 .f_cont .foundbox4_prev,
.foundbox-sec4 .f_cont .foundbox4_next {
  background: none;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 3px 5px 30px 0px rgba(0, 0, 0, 0.05);
  width: 0.6rem;
  height: 0.6rem;
  transition: background-color 0.4s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media (max-width: 767px) {
  .foundbox-sec4 .f_cont .foundbox4_prev,
  .foundbox-sec4 .f_cont .foundbox4_next {
    width: 0.78rem;
    height: 0.78rem;
  }
}
.foundbox-sec4 .f_cont .foundbox4_prev svg,
.foundbox-sec4 .f_cont .foundbox4_next svg {
  width: 33.33333333%;
  height: 33.33333333%;
  object-fit: contain;
}
.foundbox-sec4 .f_cont .foundbox4_prev svg path,
.foundbox-sec4 .f_cont .foundbox4_next svg path {
  fill: #ffffff;
}
.foundbox-sec4 .f_cont .foundbox4_prev:hover,
.foundbox-sec4 .f_cont .foundbox4_next:hover {
  background-color: #000000;
}
.foundbox-sec4 .f_cont .foundbox4_prev {
  left: -1.2rem;
}
@media (max-width: 1199px) {
  .foundbox-sec4 .f_cont .foundbox4_prev {
    left: -0.3rem;
  }
}
.foundbox-sec4 .f_cont .foundbox4_next {
  right: -1.2rem;
}
@media (max-width: 1199px) {
  .foundbox-sec4 .f_cont .foundbox4_next {
    right: -0.3rem;
  }
}
.foundbox-sec4 .f_cont .foundbox4_cont {
  width: auto;
  margin: 0 -0.12rem;
}
@media (max-width: 767px) {
  .foundbox-sec4 .f_cont .foundbox4_cont {
    margin: 0;
  }
}
.foundbox-sec4 .f_cont .foundbox4_cont .swiper-slide {
  width: 33.333%;
  padding: 0 0.12rem;
}
@media (max-width: 767px) {
  .foundbox-sec4 .f_cont .foundbox4_cont .swiper-slide {
    padding: 0;
    width: 100%;
  }
}
.foundbox-sec4 .f_cont .foundbox4_cont .swiper-slide .list {
  display: block;
  position: relative;
  z-index: 2;
  height: 100%;
  overflow: hidden;
  border-radius: 0.1rem;
  background-color: #f8f8f8;
}
.foundbox-sec4 .f_cont .foundbox4_cont .swiper-slide .list .img {
  padding-bottom: 55%;
}
.foundbox-sec4 .f_cont .foundbox4_cont .swiper-slide .list .img img {
  transition: all 0.4s;
}
.foundbox-sec4 .f_cont .foundbox4_cont .swiper-slide .list .font {
  padding: 0.32rem;
}
@media (max-width: 767px) {
  .foundbox-sec4 .f_cont .foundbox4_cont .swiper-slide .list .font {
    padding: 0.4rem;
  }
}
.foundbox-sec4 .f_cont .foundbox4_cont .swiper-slide .list .font .f_time {
  color: #999999;
  margin-bottom: 0.1rem;
  display: block;
}
.foundbox-sec4 .f_cont .foundbox4_cont .swiper-slide .list .font .tit {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  color: #222222;
  height: 3em;
}
.foundbox-sec4 .f_cont .foundbox4_cont .swiper-slide .list .font .tit span {
  transition: all 0.4s;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #222222 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.foundbox-sec4 .f_cont .foundbox4_cont .swiper-slide .list:hover .img img {
  transform: scale(1.04);
}
.foundbox-sec4 .f_cont .foundbox4_cont .swiper-slide .list:hover .font .tit span {
  background-size: 100% 100%;
}
.foundbox-sec4 .basepage {
  margin-top: 0.5rem;
}
.foundbox-sec4 .f_but1 {
  margin: 0.36rem auto 0;
}
.foundbox-sec5 {
  background-color: #fafafa;
  padding-top: 1.1rem;
}
.foundbox-sec5 .foundbox_tit {
  margin-bottom: 0.54rem;
}
.foundbox-sec5 .cont {
  padding-bottom: 1.14rem;
  border-bottom: 1px solid #dddddd;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
@media (max-width: 767px) {
}
.foundbox-sec5 .cont .itme {
  padding: 0 0.15rem;
  width: 25%;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .foundbox-sec5 .cont .itme {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .foundbox-sec5 .cont .itme {
    margin-bottom: 0.4rem;
  }
}
.foundbox-sec5 .cont .itme .list {
  background-color: #ffffff;
  border-radius: 0.1rem;
  height: 100%;
  padding: 0.8rem 0.34rem 0.74rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .foundbox-sec5 .cont .itme .list {
    padding: 0.6rem 0.3rem;
  }
}
.foundbox-sec5 .cont .itme .list .img {
  height: 0.8rem;
  max-width: 100%;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .foundbox-sec5 .cont .itme .list .img {
    margin-bottom: 0.36rem;
  }
}
.foundbox-sec5 .cont .itme .list .img img {
  height: 100%;
  max-width: 100%;
}
.foundbox-sec5 .cont .itme .list .font {
  text-align: center;
  width: 100%;
}
.foundbox-sec5 .cont .itme .list .font .tit {
  width: 100%;
  color: #333333;
  transition: all 0.4s linear;
  margin-bottom: 6px;
}
.foundbox-sec5 .cont .itme .list .font .tit span {
  transition: all 0.4s;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #222 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.foundbox-sec5 .cont .itme .list .font .but {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 16px;
}
.foundbox-sec5 .cont .itme .list .font .but i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  width: 6px;
  height: 10px;
  transition: all 0.4s;
}
.foundbox-sec5 .cont .itme .list .font .but i img,
.foundbox-sec5 .cont .itme .list .font .but i svg {
  width: 100%;
  max-height: 100%;
}
.foundbox-sec5 .cont .itme .list .font .but i img path,
.foundbox-sec5 .cont .itme .list .font .but i svg path {
  opacity: 1;
  fill: #333333;
}
.foundbox-sec5 .cont .itme .list:hover .font .tit {
  color: #222222;
}
.foundbox-sec5 .cont .itme .list:hover .font .but i {
  transform: translateX(6px);
}
/* End */
/* 公益基金会-最新动态 */
.foundstate_menu {
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .foundstate_menu {
    justify-content: flex-end;
  }
}
.foundstate_menu:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.foundstate_menu .foundstate1_nav {
  width: auto;
  max-width: 100%;
  margin: 0;
}
.foundstate_menu .foundstate1_nav .swiper-slide {
  width: auto;
  margin-right: 12px;
  margin-right: 0.52rem;
}
.foundstate_menu .foundstate1_nav .swiper-slide:last-child {
  margin-right: 0;
}
.foundstate_menu .foundstate1_nav .swiper-slide .li {
  color: #666666;
  display: block;
  transition: all 0.4s;
  position: relative;
  padding-bottom: 0.3rem;
}
.foundstate_menu .foundstate1_nav .swiper-slide .li:before {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: transparent;
}
.foundstate_menu .foundstate1_nav .swiper-slide .li:hover {
  color: #333333;
}
.foundstate_menu .foundstate1_nav .on .li {
  font-weight: bold;
  color: #333333;
  border-color: #222222;
}
.foundstate_menu .foundstate1_nav .on .li:before {
  background-color: #222222;
}
.foundstate-sec1 {
  padding: 0.5rem 0 1.1rem;
}
.foundstate-sec1 .fz_tit {
  color: #222222;
  margin-bottom: 0.5rem;
}
.foundstate-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem;
}
@media (max-width: 767px) {
  .foundstate-sec1 .cont {
    margin: 0;
  }
}
.foundstate-sec1 .cont .item {
  width: 33.333%;
  padding: 0 0.12rem;
  margin-bottom: 0.24rem;
}
@media (max-width: 767px) {
  .foundstate-sec1 .cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .foundstate-sec1 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.foundstate-sec1 .cont .item .list {
  display: block;
  position: relative;
  z-index: 2;
  height: 100%;
  overflow: hidden;
  border-radius: 0.1rem;
  background-color: #f8f8f8;
}
.foundstate-sec1 .cont .item .list .img {
  padding-bottom: 53.33333333%;
}
.foundstate-sec1 .cont .item .list .img img {
  transition: all 0.4s;
}
.foundstate-sec1 .cont .item .list .font {
  padding: 0.32rem;
  padding-right: 0.4rem;
}
@media (max-width: 767px) {
  .foundstate-sec1 .cont .item .list .font {
    padding: 0.4rem;
  }
}
.foundstate-sec1 .cont .item .list .font .f_time {
  color: #999999;
  margin-bottom: 0.1rem;
  display: block;
}
.foundstate-sec1 .cont .item .list .font .tit {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  color: #222222;
  height: 3em;
}
.foundstate-sec1 .cont .item .list .font .tit span {
  transition: all 0.4s;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #222222 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.foundstate-sec1 .cont .item .list:hover .img img {
  transform: scale(1.04);
}
.foundstate-sec1 .cont .item .list:hover .font .tit span {
  background-size: 100% 100%;
}
.foundstate-sec1 .basepage {
  margin-top: 0.5rem;
}
/* End */
/* 关于基金会 */
.aboutfound-sec1 {
  padding: 0.5rem 0 0;
}
.aboutfound-sec1 .fz_tit {
  color: #222222;
  margin-bottom: 0.5rem;
}
.aboutfound-sec1 .foundstate_menu {
  margin-bottom: 0.7rem;
}
.aboutfound-sec1 .cont {
  border-radius: 0.1rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.aboutfound-sec1 .cont .img {
  background-color: #000000;
}
.aboutfound-sec1 .cont .img img {
  opacity: 0.5;
}
.aboutfound-sec1 .cont .img:before {
  padding-bottom: 42.85714286%;
}
@media (max-width: 991px) {
  .aboutfound-sec1 .cont .img:before {
    padding-bottom: 90vh;
  }
}
.aboutfound-sec1 .cont .font {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: 722px;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .aboutfound-sec1 .cont .font {
    padding: 0.26rem 0.34rem;
  }
}
.aboutfound-sec1 .cont .font .tit {
  line-height: 1.25;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .aboutfound-sec1 .cont .font .tit {
    line-height: 1.4;
  }
}
.aboutfound-sec1 .cont .font .text {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.625;
}
.aboutfound-sec1 .cont .font .text p {
  color: #ffffff;
}
.aboutfound-sec2 {
  padding: 1.5rem 0 1.6rem;
}
.aboutfound-sec2 .foundbox_tit {
  margin-bottom: 0.6rem;
}
.aboutfound-sec2 .cont {
  text-align: center;
}
.aboutfound-sec2 .cont img {
  width: auto;
  max-width: 100%;
}
/* End */
/* 珀莱雅公益影片 */
.filmfound-sec1 {
  padding: 0.5rem 0 1.1rem;
}
.filmfound-sec1 .fz_tit {
  color: #222222;
  margin-bottom: 0.5rem;
}
.filmfound-sec1 .foundstate_menu {
  margin-bottom: 1.2rem;
}
.filmfound-sec1 .cont .item {
  display: flex;
  background-color: #fafafa;
  border-radius: 0.1rem;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
  z-index: 2;
  margin-bottom: 0.6rem;
}
.filmfound-sec1 .cont .item:last-child {
  margin-bottom: 0;
}
.filmfound-sec1 .cont .item .lt {
  position: relative;
  width: 57.14%;
}
@media (max-width: 767px) {
  .filmfound-sec1 .cont .item .lt {
    width: 100%;
  }
}
.filmfound-sec1 .cont .item .lt .img {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: #000000;
  z-index: 2;
  min-height: 100%;
}
.filmfound-sec1 .cont .item .lt .img:before {
  padding-bottom: 56.25%;
}
.filmfound-sec1 .cont .item .lt .img img {
  opacity: 0.8;
  transition: all 0.4s;
}
.filmfound-sec1 .cont .item .lt .f_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 0.64rem;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 767px) {
  .filmfound-sec1 .cont .item .lt .f_icon {
    width: 0.78rem;
  }
}
.filmfound-sec1 .cont .item .lt .f_icon img {
  width: 100%;
  float: left;
}
.filmfound-sec1 .cont .item .gt {
  width: 42.86%;
  padding: 0.64rem 0.6rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .filmfound-sec1 .cont .item .gt {
    width: 100%;
    padding: 0.46rem 0.36rem;
  }
}
.filmfound-sec1 .cont .item .gt .font {
  width: 100%;
}
.filmfound-sec1 .cont .item .gt .font .tit {
  color: #333333;
}
.filmfound-sec1 .cont .item .gt .font .text {
  color: #666666;
  font-size: 16px;
  line-height: 1.625;
  margin-top: 0.18rem;
}
@media (min-width: 768px) {
  .filmfound-sec1 .cont .item:nth-child(2n) .lt {
    order: 1;
  }
  .filmfound-sec1 .cont .item:nth-child(2n) .gt {
    padding-left: 1rem;
    padding-right: 0.66rem;
  }
}
.filmfound-sec1 .cont .item:hover .lt .img img {
  transform: scale(1.04);
}
.filmfound-sec1 .basepage {
  margin-top: 0.8rem;
}
/* End */
/* 珀莱雅公益行动 */
.activefound_cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.activefound_cont .lt {
  width: 22.86%;
  padding-right: 0.4rem;
}
@media (max-width: 767px) {
  .activefound_cont .lt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.56rem;
  }
}
@media (min-width: 768px) {
  .activefound_cont .lt {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
  }
}
.activefound_cont .lt .activefound_menu {
  width: 100%;
}
@media (max-width: 767px) {
  .activefound_cont .lt .activefound_menu {
    display: flex;
    overflow: auto;
  }
}
.activefound_cont .lt .activefound_menu li {
  width: 100%;
}
@media (max-width: 767px) {
  .activefound_cont .lt .activefound_menu li {
    flex-shrink: 0;
    width: auto;
  }
}
.activefound_cont .lt .activefound_menu li .tit {
  display: flex;
  align-items: center;
  padding: 0.28rem 0.4rem;
  border-radius: 0.1rem;
  transition: all 0.4s linear;
  color: #666666;
}
@media (max-width: 767px) {
  .activefound_cont .lt .activefound_menu li .tit {
    padding: 0.2rem;
  }
}
.activefound_cont .lt .activefound_menu li:hover:not(.on) .tit {
  color: #222222;
}
.activefound_cont .lt .activefound_menu .on .tit {
  background-color: #4b79b0;
  color: #ffffff;
  font-weight: bold;
}
.activefound_cont .gt {
  width: 77.14%;
}
@media (max-width: 767px) {
  .activefound_cont .gt {
    width: 100%;
  }
}
.activefound-sec1 {
  padding: 0.5rem 0 1.4rem;
}
.activefound-sec1 .fz_tit {
  color: #222222;
  margin-bottom: 0.5rem;
}
.activefound-sec1 .foundstate_menu {
  margin-bottom: 0.5rem;
}
.activefound-sec1 .activefound_data {
  width: 100%;
}
.activefound-sec1 .activefound_data .item {
  display: block;
  border-radius: 0.1rem;
  border: solid 1px #f0f0f0;
  margin-bottom: 20px;
}
.activefound-sec1 .activefound_data .item:last-child {
  margin-bottom: 0;
}
.activefound-sec1 .activefound_data .item .f_title {
  padding: 0.22rem 0.4rem;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 767px) {
  .activefound-sec1 .activefound_data .item .f_title {
    padding: 0.34rem 0.4rem;
  }
}
.activefound-sec1 .activefound_data .item .f_title .tit {
  display: flex;
  align-items: flex-start;
  color: #222222;
}
.activefound-sec1 .activefound_data .item .f_title .tit:before {
  content: "";
  display: block;
  background-color: #222222;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: relative;
  top: 0.75em;
  margin-top: -3px;
}
.activefound-sec1 .activefound_data .item .f_title .tit span {
  display: block;
  width: calc(100% - 6px);
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.activefound-sec1 .activefound_data .item .jut {
  background-color: #fafafa;
  padding: 0.4rem 0.4rem 0.26rem;
}
@media (max-width: 767px) {
  .activefound-sec1 .activefound_data .item .jut {
    padding: 0.48rem 0.48rem 0.36rem;
  }
}
.activefound-sec1 .activefound_data .item .jut .img {
  padding-bottom: 45.6%;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.32rem;
}
.activefound-sec1 .activefound_data .item .jut .img img {
  transition: all 0.4s;
}
.activefound-sec1 .activefound_data .item .jut .text {
  transition: all 0.4s;
  overflow: hidden;
  width: 100%;
  color: #666666;
  margin-bottom: 0.22rem;
  line-height: 26px;
  height: 78px;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .activefound-sec1 .activefound_data .item .jut .text {
    line-height: 24px;
    height: 72px;
  }
}
@media (max-width: 767px) {
  .activefound-sec1 .activefound_data .item .jut .text {
    line-height: 0.46rem;
    height: 1.38rem;
  }
}
.activefound-sec1 .activefound_data .item .jut .but {
  display: flex;
  align-items: center;
  color: #333333;
  cursor: pointer;
}
.activefound-sec1 .activefound_data .item .jut .but span:nth-child(2) {
  display: none;
}
.activefound-sec1 .activefound_data .item .jut .but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6px;
  height: 10px;
  transition: all 0.4s;
  margin-left: 8px;
}
.activefound-sec1 .activefound_data .item .jut .but i img,
.activefound-sec1 .activefound_data .item .jut .but i svg {
  width: 100%;
  max-height: 100%;
}
.activefound-sec1 .activefound_data .item .jut .but i img path,
.activefound-sec1 .activefound_data .item .jut .but i svg path {
  opacity: 1;
  fill: #333333;
}
.activefound-sec1 .activefound_data .item .jut .but.on span {
  display: none;
}
.activefound-sec1 .activefound_data .item .jut .but.on span:nth-child(2) {
  display: block;
}
.activefound-sec1 .activefound_data .item:hover .jut .img img {
  transform: scale(1.04);
}
.activefound-sec1 .activefound_data .item:hover .jut .but i {
  transform: translateX(8px);
}
/* End */
/* 信息公开 */
.messagefound-sec1 {
  padding: 0.5rem 0 1.4rem;
}
.messagefound-sec1 .fz_tit {
  color: #222222;
  margin-bottom: 0.5rem;
}
.messagefound-sec1 .foundstate_menu {
  margin-bottom: 0.5rem;
}
.messagefound-sec1 .activefound_cont .rules_data .f_jut {
  margin-bottom: 0.36rem;
}
.messagefound-sec1 .activefound_cont .rules_data .f_jut .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  padding-right: 0.4rem;
  background-color: #fafafa;
  border-radius: 0.1rem;
}
.messagefound-sec1 .activefound_cont .rules_data .f_jut .item .font {
  display: flex;
  width: calc(100% - 120px);
  align-items: center;
}
.messagefound-sec1 .activefound_cont .rules_data .f_jut .item .font i {
  display: block;
  width: 0.56rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .messagefound-sec1 .activefound_cont .rules_data .f_jut .item .font i {
    width: 0.66rem;
  }
}
.messagefound-sec1 .activefound_cont .rules_data .f_jut .item .font i img {
  width: 100%;
  float: left;
}
.messagefound-sec1 .activefound_cont .rules_data .f_jut .item .font .tit {
  width: calc(100% - 0.56rem);
  overflow: hidden;
  color: #333333;
  padding-left: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1580px) {
  .messagefound-sec1 .activefound_cont .rules_data .f_jut .item .font .tit {
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .messagefound-sec1 .activefound_cont .rules_data .f_jut .item .font .tit {
    padding-left: 0.36rem;
    width: calc(100% - 0.66rem);
  }
}
.messagefound-sec1 .activefound_cont .rules_data .f_jut .item .but {
  display: flex;
  align-items: center;
  color: #333333;
}
.messagefound-sec1 .activefound_cont .rules_data .f_jut .item .but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 16px;
}
@media (max-width: 1580px) {
  .messagefound-sec1 .activefound_cont .rules_data .f_jut .item .but i {
    width: 14px;
    height: 14px;
    margin-right: 12px;
  }
}
.messagefound-sec1 .activefound_cont .rules_data .f_jut .item .but i img,
.messagefound-sec1 .activefound_cont .rules_data .f_jut .item .but i svg {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.messagefound-sec1 .activefound_cont .rules_data .f_jut .item .but i img path,
.messagefound-sec1 .activefound_cont .rules_data .f_jut .item .but i svg path {
  fill: #333333;
  opacity: 1;
}
.messagefound-sec1 .activefound_cont .rules_data .fz_img {
  width: 100%;
  text-align: center;
}
.messagefound-sec1 .activefound_cont .rules_data .fz_img img {
  width: auto;
  max-width: 100%;
}
.messagefound-sec1 .activefound_cont .workcerti_data {
  padding: 0.4rem 0.4rem 0.7rem;
  background-color: #fafafa;
  border-radius: 10px;
}
.messagefound-sec1 .activefound_cont .workcerti_data .jut {
  width: 100%;
  margin-bottom: 0.44rem;
}
.messagefound-sec1 .activefound_cont .workcerti_data .jut .form {
  display: flex;
  align-items: center;
  border-radius: 0.1rem;
  border: solid 1px #333333;
  width: 3.5rem;
  height: 0.6rem;
  padding-right: 0.3rem;
  margin-bottom: 4px;
}
@media (max-width: 1580px) {
  .messagefound-sec1 .activefound_cont .workcerti_data .jut .form {
    height: 0.68rem;
  }
}
@media (max-width: 767px) {
  .messagefound-sec1 .activefound_cont .workcerti_data .jut .form {
    width: 100%;
    height: 0.76rem;
  }
}
.messagefound-sec1 .activefound_cont .workcerti_data .jut .form input {
  width: calc(100% - 20px);
  height: 100%;
  color: #333333;
  font-size: 16px;
  padding: 0.16rem 0.2rem;
}
@media (max-width: 1580px) {
  .messagefound-sec1 .activefound_cont .workcerti_data .jut .form input {
    width: calc(100% - 16px);
  }
}
.messagefound-sec1 .activefound_cont .workcerti_data .jut .form input::-webkit-input-placeholder {
  color: #999999;
}
.messagefound-sec1 .activefound_cont .workcerti_data .jut .form input::-moz-placeholder {
  color: #999999;
}
.messagefound-sec1 .activefound_cont .workcerti_data .jut .form input::-ms-input-placeholder {
  color: #999999;
}
.messagefound-sec1 .activefound_cont .workcerti_data .jut .form .f_sub {
  overflow: hidden;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
@media (max-width: 1580px) {
  .messagefound-sec1 .activefound_cont .workcerti_data .jut .form .f_sub {
    height: 16px;
    width: 16px;
  }
}
.messagefound-sec1 .activefound_cont .workcerti_data .jut .form .f_sub img,
.messagefound-sec1 .activefound_cont .workcerti_data .jut .form .f_sub svg {
  width: 100%;
  max-height: 100%;
  float: left;
}
.messagefound-sec1 .activefound_cont .workcerti_data .jut .form .f_sub img path,
.messagefound-sec1 .activefound_cont .workcerti_data .jut .form .f_sub svg path {
  fill: #333333;
}
.messagefound-sec1 .activefound_cont .workcerti_data .jut .f_hint {
  color: #999;
  font-size: 16px;
}
.messagefound-sec1 .activefound_cont .workcerti_data .jut .f_hint span {
  color: #333333;
}
.messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
@media (max-width: 767px) {
  .messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong {
    margin: 0;
  }
}
.messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong .item {
  width: 50%;
  padding: 0 0.15rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong .item:last-child {
    margin-bottom: 0;
  }
}
.messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong .item .list {
  display: block;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.4s;
  border-radius: 0.1rem;
  padding: 0.42rem 0.34rem 0.16rem;
  padding-right: 0.48rem;
}
@media (max-width: 767px) {
  .messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong .item .list {
    padding: 0.46rem 0.34rem;
  }
}
.messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong .item .list .font {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.36rem;
}
.messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong .item .list .font .f_icon {
  width: 0.42rem;
  height: 0.42rem;
  object-fit: contain;
}
@media (max-width: 767px) {
  .messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong .item .list .font .f_icon {
    width: 0.56rem;
    height: 0.56rem;
  }
}
.messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong .item .list .font .f_icon path {
  fill: #4b79b0;
  opacity: 1;
  transition: all 0.4s;
}
.messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong .item .list .font .title1 {
  transition: all 0.4s;
  color: #333333;
  line-height: 1.54545455;
  width: calc(100% - 0.42rem);
  padding-left: 0.32rem;
}
@media (max-width: 767px) {
  .messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong .item .list .font .title1 {
    width: calc(100% - 0.56rem);
  }
}
.messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong .item .list .f_but {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong .item .list .f_but .f_ico2 {
  object-fit: contain;
  width: 18px;
  height: 18px;
}
@media (max-width: 1580px) {
  .messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong .item .list .f_but .f_ico2 {
    width: 14px;
    height: 14px;
  }
}
.messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong .item .list .f_but .f_ico2 path {
  fill: #222;
  opacity: 1;
  transition: all 0.4s;
}
.messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong .item .list .f_but span {
  color: #222222;
  transition: all 0.4s;
  font-size: 14px;
  margin-left: 8px;
  display: block;
}
@media (max-width: 1580px) {
  .messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong .item .list .f_but span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong .item .list .f_but span {
    font-size: 0.26rem;
  }
}
.messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong .item .list:hover {
  background-color: #4b79b0;
}
.messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong .item .list:hover .font .f_icon path {
  fill: #ffffff;
}
.messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong .item .list:hover .font .title1 {
  color: #ffffff;
}
.messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong .item .list:hover .f_but .f_ico2 path {
  fill: #ffffff;
}
.messagefound-sec1 .activefound_cont .workcerti_data .fz_zhong .item .list:hover .f_but span {
  color: #ffffff;
}
.messagefound-sec1 .activefound_cont .workcerti_data .basepage {
  margin-top: 0.5rem;
}
.messagefound-sec1 .activefound_cont .awards_data .f_jut {
  width: 100%;
}
.messagefound-sec1 .activefound_cont .awards_data .f_jut .item {
  background-color: #fafafa;
  border-radius: 0.1rem;
  padding: 0.4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.messagefound-sec1 .activefound_cont .awards_data .f_jut .item:last-child {
  margin-bottom: 0;
}
.messagefound-sec1 .activefound_cont .awards_data .f_jut .item .img {
  width: 40%;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .messagefound-sec1 .activefound_cont .awards_data .f_jut .item .img {
    width: 100%;
  }
}
.messagefound-sec1 .activefound_cont .awards_data .f_jut .item .img img {
  transition: all 0.4s;
}
.messagefound-sec1 .activefound_cont .awards_data .f_jut .item .img:before {
  padding-bottom: 65%;
}
.messagefound-sec1 .activefound_cont .awards_data .f_jut .item .font {
  width: 60%;
  padding: 0 0.6rem;
  padding-right: 0.2rem;
}
@media (max-width: 767px) {
  .messagefound-sec1 .activefound_cont .awards_data .f_jut .item .font {
    width: 100%;
    padding: 0.4rem 0 0.36rem;
  }
}
.messagefound-sec1 .activefound_cont .awards_data .f_jut .item .font .tit {
  color: #222222;
}
.messagefound-sec1 .activefound_cont .awards_data .f_jut .item .font .text {
  font-size: 16px;
  line-height: 1.625;
  color: #666666;
  margin-top: 0.28rem;
}
/* End */
/* 财务报告 */
.financebox-sec1 {
  padding: 0.48rem 0 1.4rem;
}
.financebox-sec1 .fz_title {
  color: #333333;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0.5rem;
}
.financebox-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.financebox-sec1 .cont .financebox1_nav,
.financebox-sec1 .cont .financebox1_cont {
  margin: 0;
}
.financebox-sec1 .cont .fz_nav {
  display: flex;
  align-items: flex-start;
  line-height: 1.2;
  width: 30.571%;
  padding-right: 0.6rem;
}
.financebox-sec1 .cont .fz_nav > span {
  margin-top: 1.2em;
  display: block;
}
@media (max-width: 767px) {
  .financebox-sec1 .cont .fz_nav {
    padding-right: 0;
    width: 100%;
    margin-bottom: 0.46rem;
  }
  .financebox-sec1 .cont .fz_nav > span {
    display: none;
  }
}
.financebox-sec1 .cont .fz_nav .financebox1_nav {
  width: auto;
  height: 2.88rem;
  padding-top: 1.2em;
}
@media (max-width: 767px) {
  .financebox-sec1 .cont .fz_nav .financebox1_nav {
    width: 100%;
    height: auto;
  }
}
.financebox-sec1 .cont .fz_nav .financebox1_nav .swiper-slide {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .financebox-sec1 .cont .fz_nav .financebox1_nav .swiper-slide {
    width: auto;
    margin-right: 0.36rem;
  }
}
.financebox-sec1 .cont .fz_nav .financebox1_nav .swiper-slide .li {
  color: #dddddd;
  transition: color 0.4s;
  cursor: pointer;
}
.financebox-sec1 .cont .fz_nav .financebox1_nav .swiper-slide .li span {
  opacity: 0;
  display: none;
  transition: opacity 0.4s;
}
@media (max-width: 767px) {
  .financebox-sec1 .cont .fz_nav .financebox1_nav .swiper-slide .li span {
    opacity: 1;
    display: inline;
  }
}
@media (min-width: 768px) {
  .financebox-sec1 .cont .fz_nav .financebox1_nav .swiper-slide.swiper-slide-active .li {
    color: #222222;
  }
}
@media (max-width: 767px) {
  .financebox-sec1 .cont .fz_nav .financebox1_nav .swiper-slide.swiper-slide-thumb-active .li {
    color: #222222;
  }
}
.financebox-sec1 .cont .financebox1_cont {
  width: 69.429%;
}
@media (max-width: 767px) {
  .financebox-sec1 .cont .financebox1_cont {
    width: 100%;
  }
}
.financebox-sec1 .cont .financebox1_cont .fz_jut {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
}
@media (max-width: 767px) {
  .financebox-sec1 .cont .financebox1_cont .fz_jut {
    margin: 0;
    margin: 0 -0.2rem;
  }
}
.financebox-sec1 .cont .financebox1_cont .fz_jut .item {
  width: 33.333%;
  padding: 0 0.3rem;
  margin-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .financebox-sec1 .cont .financebox1_cont .fz_jut .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .financebox-sec1 .cont .financebox1_cont .fz_jut .item {
    padding: 0 0.2rem;
    width: 50%;
  }
}
.financebox-sec1 .cont .financebox1_cont .fz_jut .item .list {
  display: block;
  width: 100%;
}
.financebox-sec1 .cont .financebox1_cont .fz_jut .item .list .img {
  width: 100%;
  overflow: hidden;
  padding-bottom: 137.03703704%;
  margin-bottom: 0.16rem;
  border: 1px solid #ddd;
  border-radius: 0.1rem;
}
.financebox-sec1 .cont .financebox1_cont .fz_jut .item .list .img img {
  transition: all 0.4s;
}
.financebox-sec1 .cont .financebox1_cont .fz_jut .item .list .tit {
  color: #333333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 8px;
  text-align: center;
}
@media (max-width: 767px) {
  .financebox-sec1 .cont .financebox1_cont .fz_jut .item .list .tit {
    font-size: 0.3rem;
  }
}
.financebox-sec1 .cont .financebox1_cont .fz_jut .item .list .tit span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #333333 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.financebox-sec1 .cont .financebox1_cont .fz_jut .item .list .but {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
}
.financebox-sec1 .cont .financebox1_cont .fz_jut .item .list .but .f_icon {
  margin-right: 10px;
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.financebox-sec1 .cont .financebox1_cont .fz_jut .item .list .but .f_icon path {
  fill: #333333;
  opacity: 1;
}
.financebox-sec1 .cont .financebox1_cont .fz_jut .item .list:hover .img img {
  transform: scale(1.06);
}
.financebox-sec1 .cont .financebox1_cont .fz_jut .item .list:hover .tit span {
  background-size: 100% 100%;
}
/* End */
/* 公司公告 */
.noticebox-sec1 {
  padding: 0.48rem 0 1.4rem;
}
.noticebox-sec1 .fz_title {
  margin-bottom: 0.48rem;
  color: #333333;
}
.noticebox-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  margin: 0 -0.6rem;
}
@media (max-width: 991px) {
  .noticebox-sec1 .cont {
    margin: 0;
  }
}
.noticebox-sec1 .cont .lt,
.noticebox-sec1 .cont .gt {
  padding: 0 0.6rem;
}
@media (max-width: 991px) {
  .noticebox-sec1 .cont .lt,
  .noticebox-sec1 .cont .gt {
    padding: 0;
  }
}
.noticebox-sec1 .cont .lt {
  width: 100%;
  margin-bottom: 0.6rem;
}
@media (min-width: 992px) {
  .noticebox-sec1 .cont .lt {
    margin-bottom: 0;
    width: 29.28%;
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
  }
}
.noticebox-sec1 .cont .lt .f_t1 {
  font-weight: bold;
  color: #222222;
  padding-bottom: 16px;
}
@media (max-width: 1580px) {
  .noticebox-sec1 .cont .lt .f_t1 {
    padding-bottom: 12px;
  }
}
.noticebox-sec1 .cont .lt .f_form {
  display: flex;
  align-items: center;
  border-radius: 0.1rem;
  border: solid 1px #333333;
  width: 100%;
  height: 0.6rem;
  padding-right: 0.3rem;
  margin-bottom: 0.24rem;
}
@media (max-width: 1580px) {
  .noticebox-sec1 .cont .lt .f_form {
    height: 0.68rem;
  }
}
@media (max-width: 767px) {
  .noticebox-sec1 .cont .lt .f_form {
    width: 100%;
    height: 0.76rem;
  }
}
.noticebox-sec1 .cont .lt .f_form input {
  width: calc(100% - 20px);
  height: 100%;
  color: #333333;
  font-size: 16px;
  padding: 0.16rem 0.2rem;
}
@media (max-width: 1580px) {
  .noticebox-sec1 .cont .lt .f_form input {
    width: calc(100% - 16px);
  }
}
.noticebox-sec1 .cont .lt .f_form input::-webkit-input-placeholder {
  color: #999999;
}
.noticebox-sec1 .cont .lt .f_form input::-moz-placeholder {
  color: #999999;
}
.noticebox-sec1 .cont .lt .f_form input::-ms-input-placeholder {
  color: #999999;
}
.noticebox-sec1 .cont .lt .f_form .f_sub {
  overflow: hidden;
  cursor: pointer;
  width: 20px;
  height: 20px;
}
@media (max-width: 1580px) {
  .noticebox-sec1 .cont .lt .f_form .f_sub {
    height: 16px;
    width: 16px;
  }
}
.noticebox-sec1 .cont .lt .f_form .f_sub img,
.noticebox-sec1 .cont .lt .f_form .f_sub svg {
  width: 100%;
  max-height: 100%;
  float: left;
}
.noticebox-sec1 .cont .lt .f_form .f_sub img path,
.noticebox-sec1 .cont .lt .f_form .f_sub svg path {
  fill: #333333;
}
.noticebox-sec1 .cont .lt .f_hint {
  color: #999;
  font-size: 16px;
}
.noticebox-sec1 .cont .lt .f_hint span {
  color: #333333;
}
.noticebox-sec1 .cont .lt .activefound_menu {
  width: 100%;
}
@media (max-width: 767px) {
  .noticebox-sec1 .cont .lt .activefound_menu {
    display: flex;
    overflow: auto;
  }
}
.noticebox-sec1 .cont .lt .activefound_menu li {
  width: 100%;
}
@media (max-width: 767px) {
  .noticebox-sec1 .cont .lt .activefound_menu li {
    flex-shrink: 0;
    width: auto;
  }
}
.noticebox-sec1 .cont .lt .activefound_menu li .tit {
  display: flex;
  align-items: center;
  padding: 0.28rem 0.4rem;
  border-radius: 0.1rem;
  transition: all 0.4s linear;
  color: #666666;
}
@media (max-width: 767px) {
  .noticebox-sec1 .cont .lt .activefound_menu li .tit {
    padding: 0.2rem;
  }
}
.noticebox-sec1 .cont .lt .activefound_menu li:hover:not(.on) .tit {
  color: #222222;
}
.noticebox-sec1 .cont .lt .activefound_menu .on .tit {
  background-color: #4b79b0;
  color: #ffffff;
  font-weight: bold;
}
.noticebox-sec1 .cont .gt {
  width: 70.72%;
}
@media (max-width: 991px) {
  .noticebox-sec1 .cont .gt {
    width: 100%;
  }
}
.noticebox-sec1 .cont .gt .fz_jut {
  width: 100%;
}
.noticebox-sec1 .cont .gt .fz_jut .fz_item_tit,
.noticebox-sec1 .cont .gt .fz_jut .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.noticebox-sec1 .cont .gt .fz_jut .fz_item_tit .name,
.noticebox-sec1 .cont .gt .fz_jut .item .name {
  width: 100%;
}
@media (min-width: 768px) {
  .noticebox-sec1 .cont .gt .fz_jut .fz_item_tit .name,
  .noticebox-sec1 .cont .gt .fz_jut .item .name {
    width: calc(100% - 220px);
  }
  .noticebox-sec1 .cont .gt .fz_jut .fz_item_tit .it2,
  .noticebox-sec1 .cont .gt .fz_jut .item .it2 {
    width: 100px;
    padding-right: 0.1rem;
  }
  .noticebox-sec1 .cont .gt .fz_jut .fz_item_tit .it3,
  .noticebox-sec1 .cont .gt .fz_jut .item .it3 {
    width: 80px;
  }
  .noticebox-sec1 .cont .gt .fz_jut .fz_item_tit .it4,
  .noticebox-sec1 .cont .gt .fz_jut .item .it4 {
    margin-top: 0 !important;
    display: block !important;
    width: 40px;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .noticebox-sec1 .cont .gt .fz_jut .fz_item_tit .name,
  .noticebox-sec1 .cont .gt .fz_jut .item .name {
    width: calc(100% - 380px);
  }
  .noticebox-sec1 .cont .gt .fz_jut .fz_item_tit .it2,
  .noticebox-sec1 .cont .gt .fz_jut .item .it2 {
    width: 200px;
  }
  .noticebox-sec1 .cont .gt .fz_jut .fz_item_tit .it3,
  .noticebox-sec1 .cont .gt .fz_jut .item .it3 {
    width: 100px;
  }
  .noticebox-sec1 .cont .gt .fz_jut .fz_item_tit .it4,
  .noticebox-sec1 .cont .gt .fz_jut .item .it4 {
    width: 80px;
  }
}
.noticebox-sec1 .cont .gt .fz_jut .fz_item_tit {
  border-bottom: 2px solid #333333;
}
@media (max-width: 767px) {
  .noticebox-sec1 .cont .gt .fz_jut .fz_item_tit {
    display: none;
  }
}
.noticebox-sec1 .cont .gt .fz_jut .fz_item_tit .name {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  padding-bottom: 14px;
}
@media (max-width: 1580px) {
  .noticebox-sec1 .cont .gt .fz_jut .fz_item_tit .name {
    padding-bottom: 10px;
  }
}
.noticebox-sec1 .cont .gt .fz_jut .item {
  padding: 0.4rem 0 0.26rem;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .noticebox-sec1 .cont .gt .fz_jut .item {
    padding: 0.36rem 0.34rem;
  }
  .noticebox-sec1 .cont .gt .fz_jut .item:nth-child(2) {
    border-top: 1px solid #ddd;
  }
}
.noticebox-sec1 .cont .gt .fz_jut .item .name {
  display: block;
  color: #222222;
  line-height: 1.5;
}
.noticebox-sec1 .cont .gt .fz_jut .item .name a {
  color: #222222;
}
.noticebox-sec1 .cont .gt .fz_jut .item .it1 {
  font-weight: bold;
  padding-right: 0.82rem;
}
@media (max-width: 767px) {
  .noticebox-sec1 .cont .gt .fz_jut .item .it1 {
    padding-right: 0;
    margin-bottom: 0.1rem;
  }
}
.noticebox-sec1 .cont .gt .fz_jut .item .it1 a {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #222222 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.noticebox-sec1 .cont .gt .fz_jut .item .it3 {
  color: #666666;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .noticebox-sec1 .cont .gt .fz_jut .item .it3 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .noticebox-sec1 .cont .gt .fz_jut .item .it3 {
    font-size: 0.26rem;
  }
}
@media (max-width: 991px) {
  .noticebox-sec1 .cont .gt .fz_jut .item .it3 {
    margin-bottom: 0.1rem;
  }
}
.noticebox-sec1 .cont .gt .fz_jut .item .it4 {
  text-align: right;
  margin-top: -0.5rem;
}
.noticebox-sec1 .cont .gt .fz_jut .item .it4 a {
  display: inline-block;
}
.noticebox-sec1 .cont .gt .fz_jut .item .it4 a img,
.noticebox-sec1 .cont .gt .fz_jut .item .it4 a svg {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.noticebox-sec1 .cont .gt .fz_jut .item .it4 a img path,
.noticebox-sec1 .cont .gt .fz_jut .item .it4 a svg path {
  fill: #222;
}
.noticebox-sec1 .cont .gt .fz_jut .item:hover .it1 a {
  background-size: 100% 100%;
}
.noticebox-sec1 .cont .gt .basepage {
  margin-top: 0.6rem;
}
/* End */
/* 投资者关系 */
.investorbox-sec1 {
  padding: 0.9rem 0 0;
}
.investorbox-sec1 .fz_title {
  color: #222222;
  margin-bottom: 0.3rem;
}
.investorbox-sec1 .cont {
  border-top: 1px solid #dddddd;
  display: flex;
  flex-wrap: wrap;
}
.investorbox-sec1 .cont .lt {
  width: 26.428%;
  border-right: 1px solid #dddddd;
  padding: 0.56rem 0.1rem 0.42rem 0;
}
@media (max-width: 767px) {
  .investorbox-sec1 .cont .lt {
    width: 100%;
    margin-bottom: 0.56rem;
    border-right: none;
  }
}
.investorbox-sec1 .cont .lt .f_tit {
  color: #000000;
  margin-bottom: 0.26rem;
}
.investorbox-sec1 .cont .lt .name {
  color: #999999;
  font-size: 16px;
  display: block;
  margin-bottom: 0.14rem;
}
.investorbox-sec1 .cont .lt .gup {
  color: #1ac843;
  line-height: 0.8;
  margin-bottom: 0.7rem;
  font-family: 'shuzi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 767px) {
  .investorbox-sec1 .cont .lt .gup {
    margin-bottom: 0.4rem;
  }
}
.investorbox-sec1 .cont .lt .gup.f_red {
  color: #d82d2e;
}
.investorbox-sec1 .cont .lt .f_time {
  font-size: 14px;
  color: #000000;
  opacity: 0.5;
}
@media (max-width: 1580px) {
  .investorbox-sec1 .cont .lt .f_time {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .investorbox-sec1 .cont .lt .f_time {
    font-size: 0.26rem;
  }
}
.investorbox-sec1 .cont .gt {
  width: 73.572%;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  padding: 0.54rem 0.52rem 0 1rem;
}
@media (max-width: 767px) {
  .investorbox-sec1 .cont .gt {
    width: 100%;
    padding: 0;
  }
}
.investorbox-sec1 .cont .gt .li {
  width: 25%;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.38rem;
  margin-bottom: 0.64rem;
}
@media (max-width: 991px) {
  .investorbox-sec1 .cont .gt .li {
    width: 50%;
    margin-bottom: 0.4rem;
    padding-bottom: 0.44rem;
  }
}
.investorbox-sec1 .cont .gt .li .name {
  margin-bottom: 0.16rem;
  display: block;
  color: #999999;
  font-size: 16px;
}
.investorbox-sec1 .cont .gt .li .shu {
  font-family: 'shuzi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 0.8;
  color: #000000;
}
@media (min-width: 768px) {
  .investorbox-sec1 .cont .gt .li2 {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.investorbox-sec1 .cont .gt .li2 .shu {
  color: #333333;
}
.investorbox-sec1 .cont .gt .f_green .shu {
  color: #1ac843;
}
.investorbox-sec1 .cont .gt .f_red .shu {
  color: #d82d2e;
}
.investorbox-sec1 .f_jut {
  width: 100%;
  background-color: #fafafa;
  padding: 0.26rem 0.3rem 0.38rem;
}
.investorbox-sec1 .f_jut .f_tit {
  color: #000000;
  margin-bottom: 0.24rem;
}
.investorbox-sec1 .f_jut .f_tu {
  width: 100%;
}
.investorbox-sec1 .f_jut .f_tu img {
  width: 100%;
}
.investorbox-sec1 .f_jut .f_tu iframe {
  height: 5rem!important;
}
@media (max-width: 767px) {
  .investorbox-sec1 .f_jut .f_tu iframe {
    height: 10rem!important;
  }
}
.investorbox-sec2 {
  padding: 1.4rem 0 0.8rem;
}
.investorbox-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.investorbox-sec2 .cont .lt {
  width: 33.428%;
  padding-right: 0.4rem;
}
@media (max-width: 767px) {
  .investorbox-sec2 .cont .lt {
    width: 100%;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.54rem;
  }
}
.investorbox-sec2 .cont .lt .f_tit {
  color: #222222;
  margin-bottom: 0.54rem;
}
@media (max-width: 767px) {
  .investorbox-sec2 .cont .lt .f_tit {
    margin-bottom: 0;
  }
}
.investorbox-sec2 .cont .gt {
  width: 66.572%;
}
@media (max-width: 767px) {
  .investorbox-sec2 .cont .gt {
    width: 100%;
  }
}
.investorbox-sec2 .cont .gt .finan_data {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
}
@media (max-width: 767px) {
  .investorbox-sec2 .cont .gt .finan_data {
    margin: 0;
    margin: 0 -0.2rem;
  }
}
.investorbox-sec2 .cont .gt .finan_data .item {
  width: 33.333%;
  padding: 0 0.3rem;
  margin-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .investorbox-sec2 .cont .gt .finan_data .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .investorbox-sec2 .cont .gt .finan_data .item {
    padding: 0 0.2rem;
    width: 50%;
  }
}
.investorbox-sec2 .cont .gt .finan_data .item:nth-child(4) {
  display: none;
}
@media (max-width: 767px) {
  .investorbox-sec2 .cont .gt .finan_data .item:nth-child(4) {
    display: block;
  }
}
.investorbox-sec2 .cont .gt .finan_data .item .list {
  display: block;
  width: 100%;
}
.investorbox-sec2 .cont .gt .finan_data .item .list .img {
  width: 100%;
  overflow: hidden;
  padding-bottom: 137.03703704%;
  margin-bottom: 0.16rem;
  border: 1px solid #ddd;
  border-radius: 0.1rem;
}
.investorbox-sec2 .cont .gt .finan_data .item .list .img img {
  transition: all 0.4s;
}
.investorbox-sec2 .cont .gt .finan_data .item .list .tit {
  color: #333333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 8px;
  text-align: center;
}
@media (max-width: 767px) {
  .investorbox-sec2 .cont .gt .finan_data .item .list .tit {
    font-size: 0.3rem;
  }
}
.investorbox-sec2 .cont .gt .finan_data .item .list .tit span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #333333 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.investorbox-sec2 .cont .gt .finan_data .item .list .but {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
}
.investorbox-sec2 .cont .gt .finan_data .item .list .but .f_icon {
  margin-right: 10px;
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.investorbox-sec2 .cont .gt .finan_data .item .list .but .f_icon path {
  fill: #333333;
  opacity: 1;
}
.investorbox-sec2 .cont .gt .finan_data .item .list:hover .img img {
  transform: scale(1.06);
}
.investorbox-sec2 .cont .gt .finan_data .item .list:hover .tit span {
  background-size: 100% 100%;
}
.investorbox-sec3 {
  background-color: #fafafa;
  padding-bottom: 1.4rem;
}
.investorbox-sec3 .notice_data {
  width: 100%;
}
.investorbox-sec3 .notice_data .fz_item_tit,
.investorbox-sec3 .notice_data .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.investorbox-sec3 .notice_data .fz_item_tit .name,
.investorbox-sec3 .notice_data .item .name {
  width: 100%;
}
@media (min-width: 768px) {
  .investorbox-sec3 .notice_data .fz_item_tit .name,
  .investorbox-sec3 .notice_data .item .name {
    width: calc(100% - 220px);
  }
  .investorbox-sec3 .notice_data .fz_item_tit .it2,
  .investorbox-sec3 .notice_data .item .it2 {
    width: 100px;
    padding-right: 0.1rem;
  }
  .investorbox-sec3 .notice_data .fz_item_tit .it3,
  .investorbox-sec3 .notice_data .item .it3 {
    width: 80px;
  }
  .investorbox-sec3 .notice_data .fz_item_tit .it4,
  .investorbox-sec3 .notice_data .item .it4 {
    margin-top: 0 !important;
    display: block !important;
    width: 40px;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .investorbox-sec3 .notice_data .fz_item_tit .name,
  .investorbox-sec3 .notice_data .item .name {
    width: calc(100% - 380px);
  }
  .investorbox-sec3 .notice_data .fz_item_tit .it2,
  .investorbox-sec3 .notice_data .item .it2 {
    width: 200px;
  }
  .investorbox-sec3 .notice_data .fz_item_tit .it3,
  .investorbox-sec3 .notice_data .item .it3 {
    width: 100px;
  }
  .investorbox-sec3 .notice_data .fz_item_tit .it4,
  .investorbox-sec3 .notice_data .item .it4 {
    width: 80px;
  }
}
.investorbox-sec3 .notice_data .fz_item_tit {
  border-bottom: 2px solid #333333;
}
@media (max-width: 767px) {
  .investorbox-sec3 .notice_data .fz_item_tit {
    display: none;
  }
}
.investorbox-sec3 .notice_data .fz_item_tit .name {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  padding-bottom: 14px;
}
@media (max-width: 1580px) {
  .investorbox-sec3 .notice_data .fz_item_tit .name {
    padding-bottom: 10px;
  }
}
.investorbox-sec3 .notice_data .item {
  padding: 0.4rem 0 0.26rem;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .investorbox-sec3 .notice_data .item {
    padding: 0.36rem 0;
  }
  .investorbox-sec3 .notice_data .item:nth-child(2) {
    border-top: 1px solid #ddd;
  }
}
.investorbox-sec3 .notice_data .item .name {
  display: block;
  color: #222222;
  line-height: 1.5;
}
.investorbox-sec3 .notice_data .item .name a {
  color: #222222;
}
.investorbox-sec3 .notice_data .item .it1 {
  font-weight: bold;
  padding-right: 0.82rem;
}
@media (max-width: 767px) {
  .investorbox-sec3 .notice_data .item .it1 {
    padding-right: 0;
    margin-bottom: 0.1rem;
    font-size: 0.3rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .investorbox-sec3 .notice_data .item .it1 {
    margin-bottom: 0.2rem;
  }
}
.investorbox-sec3 .notice_data .item .it1 a {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #222222 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.investorbox-sec3 .notice_data .item .it3 {
  color: #666666;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .investorbox-sec3 .notice_data .item .it3 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .investorbox-sec3 .notice_data .item .it3 {
    font-size: 0.26rem;
  }
}
@media (max-width: 991px) {
  .investorbox-sec3 .notice_data .item .it3 {
    margin-bottom: 0.1rem;
  }
}
.investorbox-sec3 .notice_data .item .it4 {
  text-align: right;
  margin-top: -0.5rem;
}
.investorbox-sec3 .notice_data .item .it4 a {
  display: inline-block;
}
.investorbox-sec3 .notice_data .item .it4 a img,
.investorbox-sec3 .notice_data .item .it4 a svg {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.investorbox-sec3 .notice_data .item .it4 a img path,
.investorbox-sec3 .notice_data .item .it4 a svg path {
  fill: #222;
}
.investorbox-sec3 .notice_data .item:hover .it1 a {
  background-size: 100% 100%;
}
.investorbox-sec4 {
  padding-bottom: 1.2rem;
}
.investorbox-sec4 .cont {
  margin-bottom: 1.2rem;
}
.investorbox-sec4 .cont .lt .hm_but {
  width: 1.85rem;
}
@media (max-width: 767px) {
  .investorbox-sec4 .cont .lt .hm_but {
    width: 2.6rem;
  }
}
.investorbox-sec4 .cont .gt .faq_data .item {
  padding: 0.52rem 0 0.36rem;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #dddddd;
}
.investorbox-sec4 .cont .gt .faq_data .item:first-child {
  border-top: 2px solid #333333;
}
.investorbox-sec4 .cont .gt .faq_data .item .f_q,
.investorbox-sec4 .cont .gt .faq_data .item .f_a {
  display: flex;
  align-items: flex-start;
}
.investorbox-sec4 .cont .gt .faq_data .item .f_q .f_icon,
.investorbox-sec4 .cont .gt .faq_data .item .f_a .f_icon {
  width: 26px;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #4b79b0;
  border-radius: 6px;
}
@media (max-width: 1580px) {
  .investorbox-sec4 .cont .gt .faq_data .item .f_q .f_icon,
  .investorbox-sec4 .cont .gt .faq_data .item .f_a .f_icon {
    width: 22px;
    line-height: 22px;
    border-radius: 4px;
  }
}
.investorbox-sec4 .cont .gt .faq_data .item .f_q .f_title,
.investorbox-sec4 .cont .gt .faq_data .item .f_a .f_title,
.investorbox-sec4 .cont .gt .faq_data .item .f_q .f_text,
.investorbox-sec4 .cont .gt .faq_data .item .f_a .f_text {
  padding-left: 0.26rem;
  width: calc(100% - 26px);
}
@media (max-width: 1580px) {
  .investorbox-sec4 .cont .gt .faq_data .item .f_q .f_title,
  .investorbox-sec4 .cont .gt .faq_data .item .f_a .f_title,
  .investorbox-sec4 .cont .gt .faq_data .item .f_q .f_text,
  .investorbox-sec4 .cont .gt .faq_data .item .f_a .f_text {
    width: calc(100% - 22px);
  }
}
.investorbox-sec4 .cont .gt .faq_data .item .f_q .f_title,
.investorbox-sec4 .cont .gt .faq_data .item .f_a .f_title {
  color: #222222;
  font-weight: bold;
}
.investorbox-sec4 .cont .gt .faq_data .item .f_q .f_text,
.investorbox-sec4 .cont .gt .faq_data .item .f_a .f_text {
  color: #666666;
}
.investorbox-sec4 .cont .gt .faq_data .item .f_q {
  margin-bottom: 0.18rem;
}
.investorbox-sec4 .fz_jut {
  position: relative;
  padding: 0.46rem 0.6rem;
}
.investorbox-sec4 .fz_jut .bag {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.investorbox-sec4 .fz_jut .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.investorbox-sec4 .fz_jut .font {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #ffffff;
}
.investorbox-sec4 .fz_jut .font .f_tit {
  width: 32.0813%;
}
@media (max-width: 767px) {
  .investorbox-sec4 .fz_jut .font .f_tit {
    margin-bottom: 0.26rem;
    width: 100%;
  }
}
.investorbox-sec4 .fz_jut .font .text {
  color: #ffffff;
  font-weight: bold;
  line-height: 2;
  width: 67.9187%;
}
@media (max-width: 767px) {
  .investorbox-sec4 .fz_jut .font .text {
    width: 100%;
    line-height: 1.6;
  }
}
/* End */
/* 供应链 */
.supplybox_qie {
  display: flex;
  position: relative;
  align-items: center;
}
.supplybox_qie .f_prev,
.supplybox_qie .f_next {
  background: none;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 3px 5px 30px 0px rgba(0, 0, 0, 0.05);
  width: 0.6rem;
  height: 0.6rem;
  transition: background-color 0.4s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .supplybox_qie .f_prev,
  .supplybox_qie .f_next {
    width: 0.78rem;
    height: 0.78rem;
  }
}
.supplybox_qie .f_prev svg,
.supplybox_qie .f_next svg {
  width: 33.33333333%;
  height: 33.33333333%;
  object-fit: contain;
}
.supplybox_qie .f_prev svg path,
.supplybox_qie .f_next svg path {
  fill: #ffffff;
}
.supplybox_qie .f_prev:hover,
.supplybox_qie .f_next:hover {
  background-color: #000000;
}
.supplybox_qie .f_prev {
  margin-right: 20px;
}
@media (max-width: 1580px) {
  .supplybox_qie .f_prev {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .supplybox_qie .f_prev {
    margin-right: 12px;
  }
}
.supplybox-sec1 .container {
  padding: 1.14rem 0;
  border-bottom: 1px solid #dddddd;
}
.supplybox-sec1 .container .f_text {
  line-height: 1.5;
  color: #333333;
  max-width: 1104px;
  margin: 0 auto;
  text-align: center;
}
.supplybox-sec2 {
  padding: 0.62rem 0 0;
}
.supplybox-sec2 .cont {
  margin-bottom: 1.2rem;
  overflow: hidden;
}
.supplybox-sec2 .cont:last-child {
  margin-bottom: 0;
}
.supplybox-sec2 .cont .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.supplybox-sec2 .cont .container .lt {
  width: 35.28%;
  padding-right: 1.76rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .supplybox-sec2 .cont .container .lt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.56rem;
    padding-right: 0;
  }
}
.supplybox-sec2 .cont .container .lt .f_font {
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .supplybox-sec2 .cont .container .lt .f_font {
    margin-bottom: 0;
    width: calc(100% - 2.4rem);
  }
}
.supplybox-sec2 .cont .container .lt .f_font .f_title1 {
  color: #222222;
  margin-bottom: 0.22rem;
}
@media (max-width: 767px) {
  .supplybox-sec2 .cont .container .lt .f_font .f_title1 {
    margin-bottom: 0.16rem;
  }
}
.supplybox-sec2 .cont .container .lt .f_font .f_text {
  color: #666666;
  line-height: 1.66666667;
}
@media (max-width: 767px) {
  .supplybox-sec2 .cont .container .lt .f_font .f_text {
    line-height: 1.5;
  }
}
.supplybox-sec2 .cont .container .gt {
  width: 64.72%;
  position: relative;
}
@media (max-width: 767px) {
  .supplybox-sec2 .cont .container .gt {
    width: 100%;
  }
}
.supplybox-sec2 .cont .container .gt:after {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #ffffff;
  z-index: 2;
}
.supplybox-sec2 .cont .container .gt .supplybox2_cont {
  width: 100%;
  margin: 0;
  overflow: visible;
}
.supplybox-sec2 .cont .container .gt .supplybox2_cont .item {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 0.1rem;
}
.supplybox-sec2 .cont .container .gt .supplybox2_cont .item .img {
  padding-bottom: 125%;
}
.supplybox-sec2 .cont .container .gt .supplybox2_cont .item .img img {
  transition: all 0.4s;
}
.supplybox-sec2 .cont .container .gt .supplybox2_cont .item .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/jianbainfdfgoangfd1.png) left bottom / 100% auto no-repeat;
}
.supplybox-sec2 .cont .container .gt .supplybox2_cont .item .font {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.34rem;
}
.supplybox-sec2 .cont .container .gt .supplybox2_cont .item .font .f_tit {
  text-align: center;
  color: #ffffff;
}
.supplybox-sec2 .cont .container .gt .supplybox2_cont .item:hover .img img {
  transform: scale(1.04);
}
.supplybox-sec2 .cont .container .gt .supplybox2_pagin {
  position: relative;
  margin: 0.5rem 0 0;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background-color: #dddddd;
}
.supplybox-sec2 .cont .container .gt .supplybox2_pagin span {
  background-color: #333333;
}
.supplybox-sec3 {
  padding: 1.2rem 0 1.6rem;
  overflow: hidden;
}
.supplybox-sec3 .sup_tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.54rem;
}
.supplybox-sec3 .sup_tit .f_font {
  width: 60%;
}
@media (max-width: 767px) {
  .supplybox-sec3 .sup_tit .f_font {
    width: calc(100% - 2.4rem);
  }
}
.supplybox-sec3 .sup_tit .f_font .f_tit {
  color: #222222;
  margin-bottom: 0.12rem;
}
.supplybox-sec3 .sup_tit .f_font .f_text {
  color: #666666;
  line-height: 1.66666667;
}
@media (max-width: 767px) {
  .supplybox-sec3 .sup_tit .f_font .f_text {
    line-height: 1.5;
  }
}
.supplybox-sec3 .cont .supplybox3_cont {
  width: auto;
  overflow: visible;
  margin: 0 -10px;
}
@media (max-width: 1580px) {
  .supplybox-sec3 .cont .supplybox3_cont {
    margin: 0 -8px;
  }
}
@media (max-width: 767px) {
  .supplybox-sec3 .cont .supplybox3_cont {
    margin: 0 -6px;
  }
}
.supplybox-sec3 .cont .supplybox3_cont .swiper-slide {
  width: 71.42%;
  height: auto;
  padding: 0 10px;
}
@media (max-width: 1580px) {
  .supplybox-sec3 .cont .supplybox3_cont .swiper-slide {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  .supplybox-sec3 .cont .supplybox3_cont .swiper-slide {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .supplybox-sec3 .cont .supplybox3_cont .swiper-slide {
    padding: 0 6px;
  }
}
.supplybox-sec3 .cont .supplybox3_cont .swiper-slide .item {
  display: flex;
  flex-wrap: wrap;
  background-color: #fafafa;
  border-radius: 0.1rem;
  position: relative;
  z-index: 2;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .supplybox-sec3 .cont .supplybox3_cont .swiper-slide .item {
    align-content: flex-start;
  }
}
.supplybox-sec3 .cont .supplybox3_cont .swiper-slide .item .lt {
  width: 38%;
  padding: 1.3rem 0.9rem 0.8rem 0.46rem;
}
@media (max-width: 767px) {
  .supplybox-sec3 .cont .supplybox3_cont .swiper-slide .item .lt {
    width: 100%;
    order: 1;
    padding: 0.46rem 0.32rem;
  }
}
.supplybox-sec3 .cont .supplybox3_cont .swiper-slide .item .lt .f_tit {
  margin-bottom: 0.18rem;
  color: #333333;
}
.supplybox-sec3 .cont .supplybox3_cont .swiper-slide .item .lt .f_text {
  line-height: 1.5;
  color: #666666;
}
.supplybox-sec3 .cont .supplybox3_cont .swiper-slide .item .lt .f_text p {
  margin-bottom: 0.22rem;
}
.supplybox-sec3 .cont .supplybox3_cont .swiper-slide .item .lt .f_text p:last-child {
  margin-bottom: 0;
}
.supplybox-sec3 .cont .supplybox3_cont .swiper-slide .item .gt {
  width: 62%;
  min-height: 100%;
}
@media (max-width: 767px) {
  .supplybox-sec3 .cont .supplybox3_cont .swiper-slide .item .gt {
    width: 100%;
    min-height: initial;
  }
}
.supplybox-sec3 .cont .supplybox3_cont .swiper-slide .item .gt .img {
  overflow: hidden;
  min-height: 100%;
}
@media (max-width: 767px) {
  .supplybox-sec3 .cont .supplybox3_cont .swiper-slide .item .gt .img {
    min-height: initial;
  }
}
.supplybox-sec3 .cont .supplybox3_cont .swiper-slide .item .gt .img:before {
  padding-bottom: 88.70967742%;
}
.supplybox-sec3 .cont .supplybox3_cont .swiper-slide .item .gt .img img {
  transition: all 0.4s;
}
.supplybox-sec3 .cont .supplybox3_cont .swiper-slide .item:hover .gt .img img {
  transform: scale(1.04);
}
.supplybox-sec3 .cont .supplybox3_cont .supplybox3_pagin {
  position: relative;
  margin: 0.5rem 0 0;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background-color: #dddddd;
}
.supplybox-sec3 .cont .supplybox3_cont .supplybox3_pagin span {
  background-color: #333333;
}
/* End */
/* 可持续发展报告 */
.reportbox-sec1 {
  padding: 1.2rem 0;
  overflow: hidden;
}
.reportbox-sec1 .reportbox_nav {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
}
.reportbox-sec1 .reportbox_nav .f_name {
  color: #999999;
  font-size: 16px;
  margin-right: 1.3rem;
}
@media (max-width: 767px) {
  .reportbox-sec1 .reportbox_nav .f_name {
    margin-right: 0.6rem;
    margin-top: 0.04rem;
  }
}
.reportbox-sec1 .reportbox_nav .f_select {
  position: relative;
  color: #333333;
}
@media (max-width: 767px) {
  .reportbox-sec1 .reportbox_nav .f_select {
    font-size: 0.42rem;
  }
}
.reportbox-sec1 .reportbox_nav .f_select .f_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  line-height: 30px;
  padding-bottom: 0.35rem;
}
.reportbox-sec1 .reportbox_nav .f_select .f_tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  margin-left: 14px;
}
@media (max-width: 1580px) {
  .reportbox-sec1 .reportbox_nav .f_select .f_tit i {
    margin-left: 10px;
  }
}
.reportbox-sec1 .reportbox_nav .f_select .f_tit i svg {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.reportbox-sec1 .reportbox_nav .f_select .f_tit i svg path {
  fill: #999999;
}
.reportbox-sec1 .reportbox_nav .f_select .f_jut {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 160px;
  transform: translateX(-50%);
  text-align: center;
  background-color: #ffffff;
  display: none;
}
.reportbox-sec1 .reportbox_nav .f_select .f_jut .li {
  width: 100%;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  border-top: 1px solid #ddd;
  padding: 0.12rem 0.24rem;
  padding-right: calc(0.16rem + 24px);
}
@media (max-width: 1580px) {
  .reportbox-sec1 .reportbox_nav .f_select .f_jut .li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .reportbox-sec1 .reportbox_nav .f_select .f_jut .li {
    font-size: 0.3rem;
  }
}
@media (max-width: 1580px) {
  .reportbox-sec1 .reportbox_nav .f_select .f_jut .li {
    padding-right: calc(0.16rem + 20px);
  }
}
.reportbox-sec1 .reportbox_nav .f_select .f_jut .li:first-child {
  border-color: #333333;
}
.reportbox-sec1 .reportbox_nav .f_select .f_jut .li:hover {
  color: #4b79b0;
}
.reportbox-sec1 .f_cont {
  width: 100%;
  overflow: hidden;
}
.reportbox-sec1 .f_cont .f_item {
  padding-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-top: 1px solid #dddddd;
  padding-bottom: 0.44rem;
}
.reportbox-sec1 .f_cont .f_item:first-child {
  border-top: none;
}
.reportbox-sec1 .f_cont .f_item:last-child {
  padding-bottom: 0;
}
.reportbox-sec1 .f_cont .f_item .lt {
  width: 37.14%;
}
@media (max-width: 767px) {
}
.reportbox-sec1 .f_cont .f_item .lt .f_tit {
  color: #222222;
  margin-bottom: 0.46rem;
}
.reportbox-sec1 .f_cont .f_item .gt {
  width: 62.86%;
}
@media (max-width: 767px) {
}
.reportbox-sec1 .f_cont .f_item .gt .f_jut {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9rem;
}
@media (max-width: 767px) {
  .reportbox-sec1 .f_cont .f_item .gt .f_jut {
    margin: 0 -0.2rem;
  }
}
.reportbox-sec1 .f_cont .f_item .gt .f_jut .item {
  width: 50%;
  padding: 0 0.9rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .reportbox-sec1 .f_cont .f_item .gt .f_jut .item {
    width: 50%;
    width: 100%;
    padding: 0 0.2rem;
  }
}
.reportbox-sec1 .f_cont .f_item .gt .f_jut .item .list {
  display: block;
}
.reportbox-sec1 .f_cont .f_item .gt .f_jut .item .list .img {
  width: 100%;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
  padding-bottom: 141.14285714%;
  margin-bottom: 18px;
}
@media (max-width: 1580px) {
  .reportbox-sec1 .f_cont .f_item .gt .f_jut .item .list .img {
    margin-bottom: 14px;
  }
}
.reportbox-sec1 .f_cont .f_item .gt .f_jut .item .list .img img {
  transition: all 0.4s;
}
.reportbox-sec1 .f_cont .f_item .gt .f_jut .item .list .but {
  display: flex;
  align-items: center;
  color: #222222;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .reportbox-sec1 .f_cont .f_item .gt .f_jut .item .list .but {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .reportbox-sec1 .f_cont .f_item .gt .f_jut .item .list .but {
    font-size: 0.26rem;
  }
}
.reportbox-sec1 .f_cont .f_item .gt .f_jut .item .list .but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .reportbox-sec1 .f_cont .f_item .gt .f_jut .item .list .but i {
    width: 18px;
    height: 18px;
  }
}
.reportbox-sec1 .f_cont .f_item .gt .f_jut .item .list .but i svg {
  width: 100%;
  max-height: 100%;
}
.reportbox-sec1 .f_cont .f_item .gt .f_jut .item .list .but i svg path {
  fill: #222222;
}
.reportbox-sec1 .f_cont .f_item .gt .f_jut .item .list:hover .img img {
  transform: scale(1.04);
}
.reportbox-sec1 .f_move {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.7rem;
}
.reportbox-sec1 .f_move img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  animation: rotate360deg 3s linear infinite;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .reportbox-sec1 .f_move img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .reportbox-sec1 .f_move img {
    width: 18px;
    height: 18px;
  }
}
.reportbox-sec1 .f_move span {
  color: #666666;
  display: block;
}
@keyframes rotate360deg {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
/* End */
/* 404 */
.errorbox {
  padding: 1.74rem 0 1.94rem;
}
.errorbox .container {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.errorbox .container .img {
  height: 2.64rem;
  max-width: 100%;
  margin-bottom: 1.44rem;
}
.errorbox .container .img img {
  width: auto;
  max-width: 100%;
  height: 100%;
}
.errorbox .container .f_text {
  color: #222222;
}
.errorbox .container .f_text a {
  color: #4b79b0;
  display: inline-block;
  margin-left: 0.1rem;
}
.errorbox .container .f_text a:hover {
  text-decoration: underline;
}
/* End */
/* 网站地图 */
.websitemapbox {
  padding: 0.5rem 0 2rem;
}
.websitemapbox .f_title1 {
  color: #222222;
  padding-bottom: 0.46rem;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0.56rem;
}
.websitemapbox .f_cont {
  display: flex;
  flex-wrap: wrap;
}
.websitemapbox .f_cont .item {
  width: 16.666%;
  padding-right: 0.16rem;
}
@media (max-width: 767px) {
  .websitemapbox .f_cont .item {
    width: 100%;
    margin-bottom: 0.56rem;
  }
  .websitemapbox .f_cont .item:last-child {
    margin-bottom: 0;
  }
}
.websitemapbox .f_cont .item .f_tit {
  display: block;
  color: #999999;
  font-size: 16px;
}
.websitemapbox .f_cont .item .f_tit:hover {
  text-decoration: underline;
}
.websitemapbox .f_cont .item .f_jut {
  width: 100%;
  padding-top: 0.24rem;
}
@media (max-width: 767px) {
  .websitemapbox .f_cont .item .f_jut {
    display: flex;
    flex-wrap: wrap;
  }
}
.websitemapbox .f_cont .item .f_jut a {
  display: block;
  width: 100%;
  color: #222222;
  font-size: 18px;
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
  .websitemapbox .f_cont .item .f_jut a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .websitemapbox .f_cont .item .f_jut a {
    font-size: 0.3rem;
  }
}
@media (max-width: 767px) {
  .websitemapbox .f_cont .item .f_jut a {
    width: auto;
    margin-right: 0.5rem;
  }
}
.websitemapbox .f_cont .item .f_jut a:hover {
  text-decoration: underline;
}
.websitemapbox .f_cont .item .f_jut a:last-child {
  margin-bottom: 0;
}
/* End */
/* 隐私政策-免责声明-cookie协议 */
.prlicybox-sec1 .fz_tit {
  padding-bottom: 0.44rem;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0.5rem;
}
.prlicybox-sec1 .prlicy_data {
  display: block;
  border-radius: 0.1rem;
  border: solid 1px #f0f0f0;
}
.prlicybox-sec1 .prlicy_data .f_title {
  padding: 0.22rem 0.4rem;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 767px) {
  .prlicybox-sec1 .prlicy_data .f_title {
    padding: 0.34rem 0.4rem;
  }
}
.prlicybox-sec1 .prlicy_data .f_title .tit {
  display: flex;
  align-items: flex-start;
  color: #222222;
}
.prlicybox-sec1 .prlicy_data .f_title .tit:before {
  content: "";
  display: block;
  background-color: #222222;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: relative;
  top: 0.75em;
  margin-top: -3px;
}
.prlicybox-sec1 .prlicy_data .f_title .tit span {
  display: block;
  width: calc(100% - 6px);
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prlicybox-sec1 .prlicy_data .jut {
  background-color: #fafafa;
  min-height: 3.84rem;
  padding: 0.4rem 0.4rem 0.26rem;
}
@media (max-width: 767px) {
  .prlicybox-sec1 .prlicy_data .jut {
    padding: 0.48rem 0.48rem 0.36rem;
  }
}
.prlicybox-sec1 .prlicy_data .jut .make-text {
  color: #666666;
  font-size: 16px;
}
.prlicybox-sec1 .prlicy_data .jut .make-text p,
.prlicybox-sec1 .prlicy_data .jut .make-text span,
.prlicybox-sec1 .prlicy_data .jut .make-text strong {
  color: #666666;
  font-size: 16px;
}
/* End */
/* 搜索结果页面 */
.searchbox {
  padding: 0.54rem 0 0.9rem;
}
.searchbox .f_title1 {
  color: #222222;
  margin-bottom: 0.44rem;
}
.searchbox .form {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0.34rem;
}
.searchbox .form i {
  display: block;
  width: 0.3rem;
  overflow: hidden;
}
.searchbox .form i img {
  width: 100%;
  float: left;
}
.searchbox .form input {
  width: calc(100% - 3.1rem);
  padding: 0.16rem 0.24rem;
  font-size: 0.2rem;
  color: #333333;
}
@media (max-width: 1580px) {
  .searchbox .form input {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .searchbox .form input {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .searchbox .form input {
    font-size: 0.3rem;
  }
}
.searchbox .form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
.searchbox .form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.searchbox .form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
@media (max-width: 767px) {
  .searchbox .form input {
    width: calc(100% - 2.6rem);
  }
}
.searchbox .form .f_sub {
  width: 2.8rem;
  height: 0.66rem;
  background-color: #333333;
  border-radius: 5px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .searchbox .form .f_sub {
    width: 2.3rem;
    height: 0.78rem;
  }
}
.searchbox .form .f_sub:hover {
  text-decoration: underline;
}
.searchbox .f_sou {
  color: #999999;
  margin-bottom: 0.66rem;
}
.searchbox .f_sou span {
  color: #333333;
}
.searchbox .f_menu {
  display: flex;
  flex-wrap: wrap;
  line-height: 32px;
  margin-bottom: 0.66rem;
}
@media (max-width: 1580px) {
  .searchbox .f_menu {
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .searchbox .f_menu {
    line-height: 0.56rem;
  }
}
.searchbox .f_menu li {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .searchbox .f_menu li {
    border-radius: 0.28rem;
  }
}
.searchbox .f_menu li a {
  display: block;
  width: auto;
  padding: 0 20px;
  transition: all 0.4s;
  border-radius: 16px;
  color: #333333;
  font-size: 14px;
  border: solid 1px #666666;
}
@media (max-width: 1580px) {
  .searchbox .f_menu li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .searchbox .f_menu li a {
    font-size: 0.26rem;
  }
}
@media (max-width: 1580px) {
  .searchbox .f_menu li a {
    padding: 0 18px;
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .searchbox .f_menu li a {
    padding: 0 0.3rem;
  }
}
.searchbox .f_menu li a:hover {
  background-color: #222222;
  color: #ffffff;
  border-color: #222222;
}
.searchbox .f_menu li.on a {
  background-color: #222222;
  color: #ffffff;
  border-color: #222222;
}
.searchbox .f_menu li:last-child {
  margin-right: 0;
}
.searchbox .f_contain .fzq_jut {
  margin-bottom: 0.5rem;
}
.searchbox .f_contain .fzq_jut .ser_tit {
  color: #333333;
  display: flex;
  align-items: center;
  margin-bottom: 0.32rem;
}
.searchbox .f_contain .fzq_jut .ser_tit:before {
  content: "";
  display: block;
  width: 2px;
  height: 0.3rem;
  background-color: #333333;
  margin-right: 0.15rem;
}
.searchbox .f_contain .fzq_jut .ser_but {
  display: flex;
  align-items: center;
  color: #333333;
}
.searchbox .f_contain .fzq_jut .ser_but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6px;
  height: 10px;
  margin-left: 10px;
  transition: all 0.4s;
}
.searchbox .f_contain .fzq_jut .ser_but i img,
.searchbox .f_contain .fzq_jut .ser_but i svg {
  width: 100%;
  height: 100%;
}
.searchbox .f_contain .fzq_jut .ser_but i img path,
.searchbox .f_contain .fzq_jut .ser_but i svg path {
  fill: #333333;
}
.searchbox .f_contain .fzq_jut .ser_but:hover i {
  transform: translateX(6px);
}
.searchbox .f_contain .fzq_jut .search_news_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.12rem 10px;
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_news_cont {
    margin: 0 0 10px;
  }
}
.searchbox .f_contain .fzq_jut .search_news_cont .item {
  width: 33.333%;
  padding: 0 0.12rem;
  margin-bottom: 0.24rem;
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_news_cont .item {
    padding: 0;
    width: 100%;
  }
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list {
  display: block;
  background-color: #f8f8f8;
  border-radius: 0.1rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list .img {
  width: 100%;
  overflow: hidden;
  padding-bottom: 53.33333333%;
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list .img img {
  transition: all 0.4s;
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list .font {
  padding: 0.3rem 0.3rem 0.44rem;
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .f_time {
  color: #999999;
  font-size: 14px;
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
  .searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .f_time {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .f_time {
    font-size: 0.26rem;
  }
}
@media (max-width: 1580px) {
  .searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .f_time {
    margin-bottom: 6px;
  }
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .tit {
  color: #222222;
  line-height: 1.5;
  height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .tit span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #222222 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .label {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.2rem;
  border-top: 1px solid #dddddd;
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .label .li {
  color: #333333;
  display: block;
  margin-right: 10px;
  margin-top: 10px;
  border: solid 1px #666666;
  border-radius: 18px;
  line-height: 34px;
  padding: 0 0.2rem;
}
@media (max-width: 1580px) {
  .searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .label .li {
    margin-right: 8px;
    margin-top: 8px;
    border-radius: 16px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .label .li {
    padding: 0 0.3rem;
    line-height: 0.48rem;
    border-radius: 0.24rem;
  }
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list .font .label .li:last-child {
  margin-right: 0;
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list:hover .img img {
  transform: scale(1.04);
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list:hover .font .tit {
  color: #222222;
}
.searchbox .f_contain .fzq_jut .search_news_cont .item .list:hover .font .tit span {
  background-size: 100% 100%;
}
.searchbox .f_contain .fzq_jut .search_report_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_report_cont {
    margin: 0 -0.2rem;
  }
}
.searchbox .f_contain .fzq_jut .search_report_cont .item {
  width: 20%;
  padding: 0 0.3rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_report_cont .item {
    width: 50%;
    padding: 0 0.2rem;
  }
}
.searchbox .f_contain .fzq_jut .search_report_cont .item .list {
  display: block;
}
.searchbox .f_contain .fzq_jut .search_report_cont .item .list .img {
  width: 100%;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
  padding-bottom: 141.14285714%;
  margin-bottom: 2px;
}
@media (max-width: 1580px) {
}
.searchbox .f_contain .fzq_jut .search_report_cont .item .list .img img {
  transition: all 0.4s;
}
.searchbox .f_contain .fzq_jut .search_report_cont .item .list .f_tit {
  color: #333333;
  margin-bottom: 0.12rem;
}
.searchbox .f_contain .fzq_jut .search_report_cont .item .list .but {
  display: flex;
  align-items: center;
  color: #222222;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .searchbox .f_contain .fzq_jut .search_report_cont .item .list .but {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_report_cont .item .list .but {
    font-size: 0.26rem;
  }
}
.searchbox .f_contain .fzq_jut .search_report_cont .item .list .but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .searchbox .f_contain .fzq_jut .search_report_cont .item .list .but i {
    width: 18px;
    height: 18px;
  }
}
.searchbox .f_contain .fzq_jut .search_report_cont .item .list .but i svg {
  width: 100%;
  max-height: 100%;
}
.searchbox .f_contain .fzq_jut .search_report_cont .item .list .but i svg path {
  fill: #222222;
}
.searchbox .f_contain .fzq_jut .search_report_cont .item .list:hover .img img {
  transform: scale(1.04);
}
.searchbox .f_contain .fzq_jut .search_finance_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_finance_cont {
    margin: 0;
    margin: 0 -0.2rem;
  }
}
.searchbox .f_contain .fzq_jut .search_finance_cont .item {
  width: 20%;
  padding: 0 0.3rem;
  margin-bottom: 0.6rem;
}
@media (max-width: 991px) {
  .searchbox .f_contain .fzq_jut .search_finance_cont .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_finance_cont .item {
    padding: 0 0.2rem;
    width: 50%;
  }
}
.searchbox .f_contain .fzq_jut .search_finance_cont .item .list {
  display: block;
  width: 100%;
}
.searchbox .f_contain .fzq_jut .search_finance_cont .item .list .img {
  width: 100%;
  overflow: hidden;
  padding-bottom: 137.03703704%;
  margin-bottom: 0.16rem;
}
.searchbox .f_contain .fzq_jut .search_finance_cont .item .list .img img {
  transition: all 0.4s;
}
.searchbox .f_contain .fzq_jut .search_finance_cont .item .list .tit {
  color: #333333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_finance_cont .item .list .tit {
    font-size: 0.3rem;
  }
}
.searchbox .f_contain .fzq_jut .search_finance_cont .item .list .tit span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #333333 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.searchbox .f_contain .fzq_jut .search_finance_cont .item .list .but {
  display: flex;
  align-items: center;
  color: #333333;
}
.searchbox .f_contain .fzq_jut .search_finance_cont .item .list .but .f_icon {
  margin-right: 10px;
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.searchbox .f_contain .fzq_jut .search_finance_cont .item .list .but .f_icon path {
  fill: #333333;
  opacity: 1;
}
.searchbox .f_contain .fzq_jut .search_finance_cont .item .list:hover .img img {
  transform: scale(1.06);
}
.searchbox .f_contain .fzq_jut .search_finance_cont .item .list:hover .tit span {
  background-size: 100% 100%;
}
.searchbox .f_contain .fzq_jut .search_notice_cont {
  width: 100%;
  margin-bottom: 0.34rem;
}
.searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit,
.searchbox .f_contain .fzq_jut .search_notice_cont .item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit .name,
.searchbox .f_contain .fzq_jut .search_notice_cont .item .name {
  width: 100%;
}
@media (min-width: 768px) {
  .searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit .name,
  .searchbox .f_contain .fzq_jut .search_notice_cont .item .name {
    width: 63.65%;
  }
  .searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit .it2,
  .searchbox .f_contain .fzq_jut .search_notice_cont .item .it2 {
    width: 23.65%;
    padding-right: 0.1rem;
  }
  .searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit .it3,
  .searchbox .f_contain .fzq_jut .search_notice_cont .item .it3 {
    width: 12.7%;
  }
}
.searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit {
  border-bottom: 2px solid #333333;
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit {
    display: none;
  }
}
.searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit .name {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  padding-bottom: 14px;
}
@media (max-width: 1580px) {
  .searchbox .f_contain .fzq_jut .search_notice_cont .fz_item_tit .name {
    padding-bottom: 10px;
  }
}
.searchbox .f_contain .fzq_jut .search_notice_cont .item {
  padding: 0.4rem 0 0.26rem;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_notice_cont .item {
    padding: 0.36rem 0.34rem;
  }
  .searchbox .f_contain .fzq_jut .search_notice_cont .item:nth-child(2) {
    border-top: 1px solid #ddd;
  }
}
.searchbox .f_contain .fzq_jut .search_notice_cont .item .name {
  display: block;
  color: #222222;
  line-height: 1.5;
}
.searchbox .f_contain .fzq_jut .search_notice_cont .item .it1 {
  font-weight: bold;
  padding-right: 0.82rem;
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_notice_cont .item .it1 {
    padding-right: 0;
    margin-bottom: 0.1rem;
  }
}
.searchbox .f_contain .fzq_jut .search_notice_cont .item .it1 span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #222222 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.searchbox .f_contain .fzq_jut .search_notice_cont .item .it3 {
  color: #666666;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .searchbox .f_contain .fzq_jut .search_notice_cont .item .it3 {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_notice_cont .item .it3 {
    font-size: 0.26rem;
  }
}
@media (max-width: 991px) {
  .searchbox .f_contain .fzq_jut .search_notice_cont .item .it3 {
    margin-bottom: 0.1rem;
  }
}
.searchbox .f_contain .fzq_jut .search_notice_cont .item:hover .it1 span {
  background-size: 100% 100%;
}
.searchbox .f_contain .fzq_jut .search_brand_cont .f_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.36rem;
}
.searchbox .f_contain .fzq_jut .search_brand_cont .f_item:last-child {
  margin-bottom: 0;
}
.searchbox .f_contain .fzq_jut .search_brand_cont .f_item .f_img {
  width: 17.14%;
  overflow: hidden;
  border: solid 1px #dddddd;
}
@media (max-width: 991px) {
  .searchbox .f_contain .fzq_jut .search_brand_cont .f_item .f_img {
    width: 22%;
  }
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_brand_cont .f_item .f_img {
    width: 36%;
  }
}
.searchbox .f_contain .fzq_jut .search_brand_cont .f_item .f_img:before {
  padding-top: 50%;
}
.searchbox .f_contain .fzq_jut .search_brand_cont .f_item .f_img img {
  transition: all 0.4s;
}
.searchbox .f_contain .fzq_jut .search_brand_cont .f_item .font {
  width: 82.86%;
  padding-left: 0.46rem;
}
@media (max-width: 991px) {
  .searchbox .f_contain .fzq_jut .search_brand_cont .f_item .font {
    width: 78%;
  }
}
@media (max-width: 767px) {
  .searchbox .f_contain .fzq_jut .search_brand_cont .f_item .font {
    width: 64%;
    padding-left: 0.36rem;
  }
}
.searchbox .f_contain .fzq_jut .search_brand_cont .f_item .font .tit {
  width: 100%;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.1rem;
}
.searchbox .f_contain .fzq_jut .search_brand_cont .f_item .font .text {
  line-height: 1.5;
  color: #333333;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 3em;
}
@media (min-width: 992px) {
  .searchbox .f_contain .fzq_jut .search_brand_cont .f_item:hover .f_img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
.searchbox .f_contain .fzq_jut:last-child {
  margin-bottom: 0;
}
/* End */
.layui-layer-ico {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: #000;
}
#c-go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #222222;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-go-top {
    display: none !important;
  }
}
#c-go-top img,
#c-go-top svg {
  width: 50%;
  height: 50%;
  transform: rotate(-90deg);
}
#c-go-top img path,
#c-go-top svg path {
  fill: #ffffff;
}
